#3 Update to 2.7.1 (close RHBZ#2136594)
Merged 11 months ago by music. Opened 11 months ago by music.
rpms/ music/python-limits v2.7.1  into  rawhide

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

  /limits-2.6.2.tar.gz

  /limits-2.6.3.tar.gz

  /limits-2.7.0.tar.gz

+ /limits-2.7.1.tar.gz

file modified
+9 -1
@@ -34,7 +34,7 @@ 

  (Redis, Memcached & MongoDB).}

  

  Name:           python-%{pypi_name}

- Version:        2.7.0

+ Version:        2.7.1

  Release:        1%{?dist}

  Summary:        Utilities to implement rate limiting using various strategies

  
@@ -51,6 +51,11 @@ 

  Summary:        %{summary}

  

  BuildRequires:  python3-devel

+ %if %{without redis}

+ # Even though redis is too old for the redis extra, we still need it for

+ # test_lazy_dependency_found and test_lazy_dependency_version_low.

+ BuildRequires:  python3dist(redis)

+ %endif

  

  %description -n python3-%{pypi_name} %_description

  
@@ -183,6 +188,9 @@ 

  

  

  %changelog

+ * Sun Oct 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 2.7.1-1

+ - Update to 2.7.1 (close RHBZ#2136594)

+ 

  * Sun Oct 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 2.7.0-1

  - Support F36 and F35 (close RHBZ#2133279)

  - Don’t loosen Sphinx version bound on releases where we don’t have to do so

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

- SHA512 (limits-2.7.0.tar.gz) = 2d37ca0a86cc1358675ee858bf7858ad6b980ee3721f1f878ed751f5049600bfe4f42bc92d0e17ad590687daf5d93ae20c2ae95c09d7c1cadc0fa7b1450bced2

+ SHA512 (limits-2.7.1.tar.gz) = 2b6fe43c961da24546d95b2771e754ee6fa5a13ec793444ba2712f569612979c3398d557e2785186b9104c3faf4f41ac38fceca2a87f2fc6fd6caf29e6d570ae

v2.7.1
------
Release Date: 2022-10-20

* Compatibility Updates

  * Increase pymemcached dependency range to in include 4.x
  * Add python 3.11 rc2 to CI

Source diff: https://github.com/alisaifee/limits/compare/2.7.0...2.7.1

Tested in mock with F35–F38.

Pull-Request has been merged by music

11 months ago