#18 Update to 3.7.1
Merged 2 years ago by cstratak. Opened 2 years ago by cstratak.
rpms/ cstratak/python-flit 3.7.1  into  rawhide

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

  /flit-3.3.0.tar.gz

  /flit-3.4.0.tar.gz

  /flit-3.5.1.tar.gz

+ /flit-3.7.1.tar.gz

file modified
+6 -2
@@ -4,8 +4,8 @@ 

  %global srcname flit

  

  Name:		python-%{srcname}

- Version:	3.5.1

- Release:	2%{?dist}

+ Version:	3.7.1

+ Release:	1%{?dist}

  Summary:	Simplified packaging of Python modules

  

  # ./flit/log.py under ASL 2.0 license
@@ -136,6 +136,10 @@ 

  

  

  %changelog

+ * Wed Mar 16 2022 Charalampos Stratakis <cstratak@redhat.com> - 3.7.1-1

+ - Update to 3.7.1

+ - Fixes: rhbz#2057214

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2

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

  

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

- SHA512 (flit-3.5.1.tar.gz) = 76a713df9a85e686b5a9516b01b02779ce9e62e5bb189724d4fb62c42324ce1607d9de334c1fa88e95a10089aebba804fac0214fcbed0c47b8fc057732d63339

+ SHA512 (flit-3.7.1.tar.gz) = e38162696a24a0f8d9a61f3364c2ada9c8024309b02138af66c53790e14f88bf285822ea85d6634e85f88d9712eaad039bb5dcbbd1ac1f87bce6b2790bd96d6f

Build succeeded.

$ repoquery -q --repo=rawhide{,-source} --requires -a | grep -E '\bflit\b'
(python3dist(flit-core) < 4~~ with python3dist(flit-core) >= 2)
(python3dist(flit-core) < 4~~ with python3dist(flit-core) >= 3.2)
/usr/bin/flit
python3-flit
python3-flit-core = 3.5.1-2.fc36
python3.10dist(flit-core) >= 3.5.1
python3dist(flit)
python3dist(flit-core) >= 2

Ship it!

Pull-Request has been merged by cstratak

2 years ago