#1 Update to 2.13.0 (#1767192)
Merged 3 years ago by torsava. Opened 3 years ago by lbalhar.
rpms/ lbalhar/python-semver master  into  master

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

  /semver-2.7.8.tar.gz

  /semver-2.8.0.tar.gz

  /semver-2.8.1.tar.gz

+ /semver-2.13.0.tar.gz

file modified
+9 -3
@@ -1,8 +1,8 @@ 

  %global modname semver

  

  Name:           python-%{modname}

- Version:        2.8.1

- Release:        8%{?dist}

+ Version:        2.13.0

+ Release:        1%{?dist}

  Summary:        Python helper for Semantic Versioning

  

  License:        BSD
@@ -29,6 +29,8 @@ 

  

  %prep

  %autosetup

+ # Remove settings for coverage from setup.cfg

+ sed -i '/-cov[=-]/d' setup.cfg

  

  %build

  %py3_build
@@ -41,12 +43,16 @@ 

  

  %files -n python3-%{modname}

  %license LICENSE.txt

- %doc README.rst CHANGELOG

+ %doc README.rst CHANGELOG.rst

+ %{_bindir}/py%{modname}

Is the binary new in this version? If not, maybe there's a reason it hasn't been included until now.

  %{python3_sitelib}/%{modname}-*.egg-info/

  %{python3_sitelib}/%{modname}.py

  %{python3_sitelib}/__pycache__/%{modname}.*

  

  %changelog

+ * Tue Dec 08 2020 Lumír Balhar <lbalhar@redhat.com> - 2.13.0-1

+ - Update to 2.13.0 (#1767192)

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-8

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

  

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

- SHA512 (semver-2.8.1.tar.gz) = a457b1a170b309ee563955e4c506de56a061acd4e7e92a58fd8bd78801e33207fbc5e0e026fc0ea243301bf9ecfe0b219c0d95681aa10066480cbd3974e17d3a

+ SHA512 (semver-2.13.0.tar.gz) = ca0d408d8bb7305e90802ea04d935cd7b76b8f166a9ec97ed3427dbc2cf60eeca0b2d27ad0cb2f15f32f5b2589d6717a63717c463183374c5335bf79e1eec222

Tested manually in mock.

All dependant packages built fine.

Is the binary new in this version? If not, maybe there's a reason it hasn't been included until now.

Ok, that makes sense. Code looks good, using the macro in py%{modname} might be a bit of an overkill though :))

Fedora CI finished, so feel free to merge!

Pull-Request has been merged by torsava

3 years ago

Brain fart — I'm the one that needs to merge it :) Done!