#3 Update to 15.2.0
Merged 5 years ago by ctubbsii. Opened 5 years ago by amigadave.
rpms/ amigadave/python-keyring master  into  master

file modified
+1
@@ -13,3 +13,4 @@ 

  /keyring-11.0.0.tar.gz

  /keyring-13.2.0.tar.gz

  /keyring-13.2.1.tar.gz

+ /keyring-15.2.0.tar.gz

file modified
+5 -2
@@ -7,8 +7,8 @@ 

  %global with_tests 0

  

  Name:           python-keyring

- Version:        13.2.1

- Release:        4%{?dist}

+ Version:        15.2.0

+ Release:        1%{?dist}

  Summary:        Store and access your passwords safely

  License:        MIT and Python

  URL:            https://github.com/jaraco/keyring
@@ -148,6 +148,9 @@ 

  %endif

  

  %changelog

+ * Tue Dec 11 2018 David King <amigadave@amigadave.com> - 15.2.0-1

+ - Update to 15.2.0

+ 

  * Thu Oct 18 2018 Miro HronĨok <mhroncok@redhat.com> - 13.2.1-4

  - Remove python2 subpackage from Fedora 30+

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (keyring-13.2.1.tar.gz) = 3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906

+ SHA512 (keyring-15.2.0.tar.gz) = 905f8cab267706af98a0fae2dbed587facfb53815860611ccf56f9968e5bc7f24ea62704592983191f4f58018790192602d84ab5c08bcf77b6db8b28230a6f4c

This fixes a deprecation warning when importing abstract base classes from collections, which will become an error with Python 3.8. I only did minimal testing using isrcsubmit.

Pull-Request has been merged by ctubbsii

5 years ago