public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-nav/, dev-python/flask-nav/files/
@ 2021-08-06 23:53 Louis Sautier
  0 siblings, 0 replies; only message in thread
From: Louis Sautier @ 2021-08-06 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     673a5cb3b8913c9e03dd7d08a91f47baca98fc70
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 23:52:13 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 23:52:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673a5cb3

dev-python/flask-nav: make Python 3.10 really work

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/flask-nav/files/flask-nav-0.6-py310.patch    | 17 +++++++----------
 ...{flask-nav-0.6-r3.ebuild => flask-nav-0.6-r4.ebuild} |  0
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
index e70209498a0..02a06a9c99d 100644
--- a/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
+++ b/dev-python/flask-nav/files/flask-nav-0.6-py310.patch
@@ -1,16 +1,13 @@
-From b61de7a6742f7d15f92b477b1518f420303b1efb Mon Sep 17 00:00:00 2001
-From: Jay Shepherd <shepherdjay@users.noreply.github.com>
-Date: Mon, 27 Apr 2020 12:11:48 -0600
-Subject: [PATCH] Fix deprecation warning for collections
-
----
- flask_nav/__init__.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 diff --git a/flask_nav/__init__.py b/flask_nav/__init__.py
-index 7c25dfa..9fea6ee 100644
+index 7c25dfa..5826b9e 100644
 --- a/flask_nav/__init__.py
 +++ b/flask_nav/__init__.py
+@@ -1,4 +1,4 @@
+-import collections
++import collections.abc
+ from importlib import import_module
+ import re
+ 
 @@ -46,7 +46,7 @@ class NavbarRenderingError(Exception):
      pass
  

diff --git a/dev-python/flask-nav/flask-nav-0.6-r3.ebuild b/dev-python/flask-nav/flask-nav-0.6-r4.ebuild
similarity index 100%
rename from dev-python/flask-nav/flask-nav-0.6-r3.ebuild
rename to dev-python/flask-nav/flask-nav-0.6-r4.ebuild


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-06 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-06 23:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-nav/, dev-python/flask-nav/files/ Louis Sautier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox