#2 Update to 2.0.1
Merged 2 years ago by churchyard. Opened 2 years ago by lbalhar.
rpms/ lbalhar/python-itsdangerous rawhide  into  rawhide

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

  /itsdangerous-0.23.tar.gz

  /itsdangerous-0.24.tar.gz

  /itsdangerous-1.1.0.tar.gz

+ /itsdangerous-2.0.1.tar.gz

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

  %global srcname itsdangerous

  

  Name:           python-%{srcname}

- Version:        1.1.0

- Release:        5%{?dist}

+ Version:        2.0.1

+ Release:        1%{?dist}

  Summary:        Python library for passing trusted data to untrusted environments

  License:        BSD

  URL:            https://itsdangerous.palletsprojects.com
@@ -51,6 +51,10 @@ 

  %{python3_sitelib}/%{srcname}/

  

  %changelog

+ * Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-1

+ - Update to 2.0.1

+ Resolves: rhbz#1841259

+ 

  * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.1.0-5

  - Rebuilt for Python 3.10

  

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

- SHA512 (itsdangerous-1.1.0.tar.gz) = 61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d

+ SHA512 (itsdangerous-2.0.1.tar.gz) = bc1e51eb861c13b4e3c4c1c655a3b6f28e326d70db23679269d2bea84f0f8f94afd4fccecb745cf40f5a5956a14a336dfa42f0f5149666ae43061feb1366302b

Hello.

We'd like to update this package as a part of the flask stack (pallets projects).

COPR repository with all the pallets packages (flask, jinja, markupsafe, …) and all dependant packages: https://copr.fedorainfracloud.org/coprs/lbalhar/flask/

Some of the dependant packages fail to build but most of them because of the broken dependencies from the switch to Python 3.10.

From dependant packages of this package, only python-httpbin fails to build - the failure is already reported upstream: https://github.com/postmanlabs/httpbin/issues/647

I've tried to rebuild python-httpbin in COPR without tests and some of the dependant packages and almost all of them build fine. Only requests fails but I'm getting the same failure on the latest upstream so it's nothing specific to Fedora.

There are two more failures in the list of dependant packages:

Pull-Request has been merged by churchyard

2 years ago