22bc2a7
@@ -1,1 +1,1 @@
- /ipython_genutils-0.1.0.tar.gz
+ /ipython_genutils-*.tar.gz
@@ -1,8 +1,8 @@
%global srcname ipython_genutils
Name: python-%{srcname}
- Version: 0.1.0
- Release: 17%{?dist}
+ Version: 0.2.0
+ Release: 1%{?dist}
Summary: IPython vestigial utilities
License: BSD
@@ -62,6 +62,9 @@
%changelog
+ * Sat May 25 2019 Jerry James <loganjerry@gmail.com> - 0.2.0-1
+ - Update to 0.2.0
+
* Fri Mar 8 2019 Orion Poplawski <orion@nwra.com> - 0.1.0-17
- Drop python2 package (bugz #1686355)
- 9a8afbe0978adbcbfcb3b35b2d015a56 ipython_genutils-0.1.0.tar.gz
+ SHA512 (ipython_genutils-0.2.0.tar.gz) = 0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095
Sagemath wants version 0.2.0. The only significant difference from 0.1.0 appears to be some fixes for bytes vs. strings in python 3.
https://src.fedoraproject.org/rpms/python-ipython_genutils/pull-request/3 is the same but does not conflict, I'll close this one.
Pull-Request has been closed by churchyard
Sagemath wants version 0.2.0. The only significant difference from 0.1.0 appears to be some fixes for bytes vs. strings in python 3.