public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/files/
@ 2020-12-20 18:26 Bernard Cafarelli
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli @ 2020-12-20 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5503035e7d40e0d4452d2792931d5f3181741a31
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 19 17:35:01 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 18:25:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5503035e

dev-python/dogpile-cache: remove unused patch(es)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 .../files/dogpile-cache-1.0.2-pytest6.patch          | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch b/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
deleted file mode 100644
index cc815482254..00000000000
--- a/dev-python/dogpile-cache/files/dogpile-cache-1.0.2-pytest6.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit 625f73ce189b43541636dc40d8d0e4cd4f9a1386
-Author: Louis Sautier <sautier.louis@gmail.com>
-Date:   Sat Oct 31 02:23:06 2020 +0100
-
-    Support pytest 6
-    
-    See https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent
-
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 10afafb..0b2a1e4 100644
---- a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -26,6 +26,6 @@ def is_unittest(obj):
- 
- def pytest_pycollect_makeitem(collector, name, obj):
-     if is_unittest(obj) and not obj.__name__.startswith("_"):
--        return UnitTestCase(name, parent=collector)
-+        return UnitTestCase.from_parent(collector, name=name)
-     else:
-         return []


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/files/
@ 2020-09-12  9:55 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-09-12  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d1a3d4d978ba118146db56c7b0e1fb053ff9564e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 28 16:52:23 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 09:54:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a3d4d9

dev-python/dogpile-cache: remove unused patch(es)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/dogpile-cache-1.0.1-install-tests.patch  | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch b/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
deleted file mode 100644
index f00d5a15538..00000000000
--- a/dev-python/dogpile-cache/files/dogpile-cache-1.0.1-install-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 559a5c57c922741461d419b73f1aa547e3231110 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Mon, 3 Aug 2020 08:50:33 +0200
-Subject: [PATCH] Exclude installing "tests" package from setup.py
-
----
- setup.cfg | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/setup.cfg b/setup.cfg
-index ab4008f..2f43889 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -30,6 +30,11 @@ python_requires = >=3.6
- package_dir =
-     =.
- 
-+[options.packages.find]
-+exclude =
-+    tests
-+    tests.*
-+
- [options.exclude_package_data]
- '' = tests*
- 
--- 
-2.28.0
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-20 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/files/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12  9:55 David Seifert

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