Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Chenxiong Qi
b71c0a204c Build release 0.2.2
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
2019-03-26 21:14:30 +08:00
Chenxiong Qi
1b88e978c5 Build release 0.2.1 2019-03-26 18:19:42 +08:00
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/ursa-major-0.1.1.tar.gz
/ursa-major-0.2.0.tar.gz
/ursa-major-0.2.1.tar.gz
/ursa-major-0.2.2.tar.gz

View file

@ -1 +1 @@
SHA512 (ursa-major-0.2.1.tar.gz) = 27231d31e39d035cdd0573ff45d39c3d1346c5d8e1ac3e4970b5bf147255dfe26f457e2a78414c0a5046e952a14a52a25cd696f8e0895a1ef56c86d1c085911e
SHA512 (ursa-major-0.2.2.tar.gz) = 942b62ad3006ee2417f7dfde2ff781e06b0916a07e63e01da7fdd3c37c2994673f3b40dbf43adb0ce60710e7190658ed77770e7cca30d50307e41cd20d477acb

View file

@ -5,7 +5,7 @@
%endif
Name: ursa-major
Version: 0.2.1
Version: 0.2.2
Release: 1%{?dist}
Summary: A utility for working with module's koji tags in koji's tag inheritance.
@ -185,6 +185,9 @@ py.test
%changelog
* Tue Mar 26 2019 Chenxiong Qi <cqi@redhat.com> - 0.2.2-1
- For adding tag, allow filtering on buildrequires to find out koji_tags from tag inheritance (Chenxiong Qi)
* Wed Mar 20 2019 Chenxiong Qi <cqi@redhat.com> - 0.2.1-1
- Make setup_method/teardown_method compatible with newer version of pytest (Chenxiong Qi)
- Add missing file CHANGELOG.rst to sdist package (Chenxiong Qi)