#3 Update to 2.7.0
Merged 3 years ago by thrnciar. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-u-msgpack-python update-to-2.7.0  into  master

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

  /u-msgpack-python-2.5.0.tar.gz

  /u-msgpack-python-2.5.2.tar.gz

  /u-msgpack-python-2.6.0.tar.gz

+ /u-msgpack-python-2.7.0.tar.gz

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

  %global pypi_name u-msgpack-python

  

  Name:           python-%{pypi_name}

- Version:        2.6.0

- Release:        2%{?dist}

+ Version:        2.7.0

+ Release:        1%{?dist}

  Summary:        A portable, lightweight MessagePack serializer and deserializer

  

  License:        MIT
@@ -58,6 +58,9 @@ 

  

  

  %changelog

+ * Thu Sep 24 2020 Tomas Hrnciar <thrnciar@redhat.com> - 2.7.0-1

+ - Update to 2.7.0

+ 

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

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

  

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

- SHA512 (u-msgpack-python-2.6.0.tar.gz) = b0f2fa677001705a8a1e96e590fd334d0561065e0617a56a31abd506907dc2446c93f8c4429e65e86c87f6d2cf3e19a921fa0aaccad5cdaf1acd1ae0a1235688

+ SHA512 (u-msgpack-python-2.7.0.tar.gz) = b5a6676aa3eea878e3f1cc6ca1351f59ae0fdffdfe4d68c43303a1c5d257449bdcd08bef0fc75117b238544366e42b43c6444bb93ba63d1633aadd0c32061c8b

Tested in Copr with depending package.

$ repoquery --repo=rawhide{,-source} --whatrequires python3-u-msgpack-python
Last metadata expiration check: 0:51:55 ago on Thu 24 Sep 2020 08:34:18 AM CEST.
python3-pytest-expect-0:1.1.0-8.fc33.noarch

The repoquery suggest that the pytest-expect package only requires u-msgpack-python on runtime. Building it in Copr gives no information. Let's build something that requires python3-u-msgpack-python (trough python3-pytest-expect) on buildtime:

$ repoquery --repo=rawhide{,-source} --whatrequires python3-u-msgpack-python --recursive | grep src$
python-html5lib-1:1.1-3.fc33.src

Pull-Request has been merged by thrnciar

3 years ago