Ken Dreyer
5884470cf7
rpm: update description for repos
...
Koji uses python-multilib for dist-repos, which are different than Pungi
composes. Update the RPM %description field to reflect this.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2021-01-15 08:14:40 +00:00
Ken Dreyer
274fbe4855
README: improve description
...
Copy the description from the RPM spec file into the README.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2021-01-15 08:11:57 +00:00
Ken Dreyer
2252aa8324
setup.py: update URL to pagure.io
...
The canonical version of this code now lives in Pagure. Replace the
reference to Jay's version.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2021-01-14 15:37:54 -07:00
df172d4f2c
Bump version
...
v1.3
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2019-03-05 15:04:13 +01:00
05923f8e45
Don't install config file to /etc
...
As setup.py is mostly used for installation in virtualenvs, hard-coding
this path will break it.
Fixes: https://pagure.io/releng/python-multilib/issue/5
Signed-off-by: Tomas Kopecek <tkopecek@redhat.com>
2019-03-05 13:57:38 +00:00
56582ce8fe
fix variable name
...
Signed-off-by: Tomas Kopecek <tkopecek@redhat.com>
2017-05-29 14:46:14 +02:00
da8dc4b425
update spec for RHEL
...
Signed-off-by: Tomas Kopecek <tkopecek@redhat.com>
2017-05-29 14:46:03 +02:00
42abcbad41
Bump version
...
v1.2
Also clean up spec to match what is used in Fedora more closely.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-03-02 09:31:22 +01:00
34523a104f
Make config optional
...
For some methods the config is not needed at all, so requiring it is
quite obnoxious. For runtime and devel methods we also sometimes don't
want to pass in any config, so it should be optional.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-03-01 12:32:35 +01:00
627e642f41
Finish dnf migration
...
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-03-01 12:32:34 +01:00
Igor Gnatenko
7220284af1
add support for dnf Package Objects
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-02-21 16:33:00 +01:00
Jay Greguske
7ebc7d4970
Merge pull request #2 from Conan-Kudo/py3ify
...
Port to use six for Py2 and Py3 and add Python 3 subpackage in spec
2016-06-20 09:11:01 -04:00
c9e13e21dc
Port to Python 3 and add Python 3 subpackage in spec
2016-05-08 14:03:15 -04:00
Jay Greguske
778084a6fa
Merge pull request #1 from ausil/master
...
v1.1
fix up license put test bits in tests dir
2016-04-12 11:31:36 -04:00
158b9e8128
fix up spec
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:40:10 -05:00
9b0384f8c2
do not include tests in the install
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:35:54 -05:00
52f1430db5
the test script is not a script
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:28:31 -05:00
90921def8c
set the default sdist format as tar.bz2
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:22:11 -05:00
d93be4eefd
add __init__.py in tests
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:17:16 -05:00
864ba36376
put all the test code into tests directory
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 17:16:20 -05:00
587210ad7f
code came from mash which is GPLV2 only so make python-multilib GPLV2 only
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 12:01:28 -05:00
Jay Greguske
b752637dfd
1.1 in setup.py
2016-01-06 14:40:26 -05:00
Jay Greguske
81de323b56
update spec file
2016-01-06 14:36:33 -05:00
Jay Greguske
0b946b4d02
packaging issues
2016-01-06 14:23:24 -05:00
Jay Greguske
917dec3f5b
make your own test-data
2016-01-06 14:22:39 -05:00
Jay Greguske
237bbebb39
consider dependencies in multilib testing
2016-01-06 14:22:20 -05:00
Jay Greguske
87af01e040
setuptools packaging
2016-01-04 16:13:48 -05:00
Jay Greguske
56c4da6c17
remove redundent returns
2016-01-04 15:07:22 -05:00
Jay Greguske
44fce8fda4
allow for custom multilib.conf files
2016-01-04 14:40:38 -05:00
Jay Greguske
a65ec2a4e9
spec file in progress
2016-01-03 14:27:47 -05:00
Jay Greguske
dcb03fda07
packaging adjustments
2016-01-03 14:25:06 -05:00
Jay Greguske
47066d80e3
start on packaging
2016-01-03 14:18:05 -05:00
Jay Greguske
e389247eae
configurable test data
2016-01-02 15:00:59 -05:00
Jay Greguske
8b264dc9bb
separate out white and black lists
2016-01-02 14:36:30 -05:00
Jay Greguske
1e0d789468
clarify logic output
2016-01-02 14:36:11 -05:00
Jay Greguske
30d140067a
fixed test data
2016-01-02 14:05:28 -05:00
Jay Greguske
39eee6c489
fix negative test logic
2016-01-02 14:02:22 -05:00
Jay Greguske
05a7823b9b
omit noarches in test data
2016-01-02 14:02:04 -05:00
Jay Greguske
b7b7d0cab0
adjust for better test data
2016-01-02 13:37:41 -05:00
Jay Greguske
6dbe9cd968
new test data
2016-01-02 13:32:37 -05:00
Jay Greguske
e6d2075e17
implement FakeConfigObject
...
implement confirm_true and confirm_false
consider testdata in analysis
less confusing test data
2016-01-02 13:19:21 -05:00
Jay Greguske
fcdda361d9
initial revision
2015-12-31 14:08:25 -05:00
Jay Greguske
105edc0ac5
Initial commit
2015-12-21 09:59:29 -05:00