Carl George
790841602b
Add minimum rpkg version
...
This is currently being enforced in the RPM spec file, but it would be
better to enforce it in the Python metadata.
4bd83a5398
2023-09-01 23:29:44 -05:00
Carl George
248917149b
Add missing python-gitlab dependency
...
This was first introduced in 5fd982bf00
.
2023-09-01 23:29:30 -05:00
Carl George
bcb8595f04
Clean up dependencies
...
This change specifies the dependencies directly in setup.py, instead of
in a requirements.txt file that is parsed by a helper function.
2023-09-01 23:24:15 -05:00
Troy Dawson
b60371f902
Bump to version 0.8.0
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-08-28 15:57:17 -07:00
Troy Dawson
fbdb66146c
Bump to version 0.7.4
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-07-10 14:29:50 -07:00
Troy Dawson
87795b6ebf
Bump to version 0.7.3
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-05-03 06:54:55 -07:00
Troy Dawson
0bd479fa66
Bump to version 0.7.2
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-14 10:08:32 -07:00
Troy Dawson
9f6c003799
Bump to version 0.7.1
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-01 08:19:44 -08:00
Troy Dawson
b244b2331e
Bump to version 0.7.0
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-02-28 13:53:52 -08:00
Troy Dawson
0271c67c5a
Bump to version 0.6.9
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2022-12-16 07:00:56 -08:00
Troy Dawson
47edd62c22
Bump to version 0.6.8
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2022-11-03 06:27:11 -07:00
Troy Dawson
a136479657
Bump to version 0.6.7
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2022-09-08 09:14:45 -07:00
Mohan Boddu
7d1d21c988
Bump to version 0.6.6
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-06-08 16:25:28 -04:00
Carl George
f9865a0d3c
Bump to version 0.6.5
2021-05-24 20:13:44 -05:00
Carl George
56420e7b90
Bump to version 0.6.4
2021-04-27 20:37:37 -05:00
Carl George
167cc2312f
Bump to version 0.6.3
2021-04-16 17:40:10 -05:00
Carl George
8c80cfef18
Bump to version 0.6.2
2021-04-13 18:41:20 -05:00
Carl George
18b0f7e7f4
Bump to version 0.6.1
2021-04-08 16:21:27 -05:00
Carl George
c39d3d0f59
Bump to version 0.6.0
2021-04-08 14:14:45 -05:00
Carl George
df80835229
Bump to version 0.5.1
2021-03-25 10:54:07 -05:00
Carl George
8f9bd312e1
Install config files from spec file, not setup.py
2021-03-25 10:52:28 -05:00
Carl George
c7ea6590bb
Bump to version 0.5.0
2021-03-15 16:10:14 -05:00
Michal Konečný
0d832c631a
Add centpkg-sig
...
Add executable centpkg-sig which allows user to interact with CentOS
Linux dist-git and CentOS Linux koji instance.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2021-02-25 13:53:23 +01:00
Michal Konečný
657b11d05a
Add requirements file
...
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2021-02-22 15:08:50 +01:00
Brian Stinson
3b4c6d2480
do an explicit version in setup.py
2021-02-09 23:01:43 -06:00
Brian Stinson
a394b15127
big update for a new rpkg
2018-11-14 22:28:34 -06:00
Brian Stinson
175790b8cc
pep8 spacing fixes around setup.py attributes
2016-11-28 14:34:33 -06:00
Brian Stinson
1a54304148
get the version from version.py so running from a checkout works better
2016-11-28 14:34:11 -06:00
Brian Stinson
d60709c4b1
setup: use the __version__ attribute to set the version in setup.py
...
Conflicts:
setup.py
2016-04-27 21:22:00 -05:00
Brian Stinson
38f04b79b2
fix the anongiturl property so generating the SCM commit url works properly
2015-02-06 12:27:32 -06:00
Brian Stinson
3382aeba48
update to use the authenticated git url when doing a centpkg clone
2014-12-14 21:15:29 +00:00
Brian Stinson
d3f316b66c
fix config file path in centpkg.conf
2014-12-14 20:40:32 +00:00
Brian Stinson
02cccf671c
bump to 0.4.1
2014-12-14 19:10:23 +00:00
Brian Stinson
f2820f3363
get ready to build version 0.2
2014-11-23 23:03:25 -06:00
Brian Stinson
c12104f50d
bump the version number to 0.1 for the first RPM
2014-07-05 17:21:31 -05:00
Brian Stinson
cfdeed2808
Don't choke on multiple spaces in metadata files
...
There are some package metadata files with one space separating the hash and the
source filename and some are separated by more than one space. Mapping
str.strip() across the resulting list will remove any errant spaces left over.
2014-06-15 20:27:46 -05:00
Brian Stinson
d0f4ad968d
add in setup.py and default centpkg.conf
2014-06-13 23:43:32 -05:00