#3 Update to 0.2.0
Merged 2 years ago by churchyard. Opened 2 years ago by lbalhar.
rpms/ lbalhar/python-ipython_genutils rawhide  into  rawhide

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

  /ipython_genutils-0.1.0.tar.gz

+ /ipython_genutils-0.2.0.tar.gz

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

  %global srcname ipython_genutils

  

  Name:           python-%{srcname}

- Version:        0.1.0

- Release:        26%{?dist}

+ Version:        0.2.0

+ Release:        1%{?dist}

  Summary:        IPython vestigial utilities

  

  License:        BSD
@@ -62,6 +62,9 @@ 

  

  

  %changelog

+ * Wed Sep 01 2021 Lumír Balhar <lbalhar@redhat.com> - 0.2.0-1

+ - Update to 0.2.0

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-26

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

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

- 9a8afbe0978adbcbfcb3b35b2d015a56  ipython_genutils-0.1.0.tar.gz

+ SHA512 (ipython_genutils-0.2.0.tar.gz) = 0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095

All builds in the two coprs are green.

Hello, @orion . Is there any problem with this update? I'm asking because there is basically the same PR for the update to 0.2.0 open for more than 2 years now.

The older PR said:

The only significant difference from 0.1.0 appears to be some fixes for bytes vs. strings in python 3.

I think we are safe to merge this as provenpackagers.

@orion If you read this later, consider adding @python-sig as co-maintainers. Thnaks.

Pull-Request has been merged by churchyard

2 years ago