New release: 3.20 (dcantrell)
Fix backward compatibility for python2 (jkonecny) In 'make local', create a dummy .asc file explaining the signature. (dcantrell)
This commit is contained in:
parent
f2a6352e61
commit
0dc1315783
2
.gitignore
vendored
2
.gitignore
vendored
@ -192,3 +192,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.18.tar.gz
|
||||
/pykickstart-3.19.tar.gz
|
||||
/pykickstart-3.19.tar.gz.asc
|
||||
/pykickstart-3.20.tar.gz
|
||||
/pykickstart-3.20.tar.gz.asc
|
||||
|
@ -10,7 +10,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.19
|
||||
Version: 3.20
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -139,6 +139,12 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2019 David Cantrell <dcantrell@redhat.com> - 3.20-1
|
||||
- New release: 3.20 (dcantrell)
|
||||
- Fix backward compatibility for python2 (jkonecny)
|
||||
- In 'make local', create a dummy .asc file explaining the
|
||||
signature. (dcantrell)
|
||||
|
||||
* Mon Jan 28 2019 David Cantrell <dcantrell@redhat.com> - 3.19-1
|
||||
- New release: 3.19 (dcantrell)
|
||||
- Run gen_commands_docs and gen_sections_docs with python3. (dcantrell)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.19.tar.gz) = 1698b68c2d77f482514af8101086d73cda3eac80a7d876902fab9d230dfc0a2cd7cf17fb8b226e2186a3ce1aed0f6e533c4dec7323c3b8ed9f59a7ce6814f1ea
|
||||
SHA512 (pykickstart-3.19.tar.gz.asc) = 00d69bcfaff8a3cc243720bef591dad533b4cf02aa933f872533dcdaf0e2589bf534d4e309573d72e2984cac746dbc6777dd223c55642ec5612a9b275c2d0988
|
||||
SHA512 (pykickstart-3.20.tar.gz) = e8e4d6022c9ef67fae51d2d1664120371c3503a1e77cbe304eec7a1330aa77a5792147a1e6e61aef20b73f9a18131f89bf9e07e8e0ee8e03e2890fc3d11800f9
|
||||
SHA512 (pykickstart-3.20.tar.gz.asc) = 740975b3a72973aef29ddbd03fba3c0d1076e881e31899dc8612e5ba9da90befcc54d7ec9d8dc23193912bda47250bbfae1c01cb273b73ebc13ebd824086f432
|
||||
|
Loading…
Reference in New Issue
Block a user