public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/twine/files/
@ 2020-05-14 22:19 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2020-05-14 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4e6203e9cadf3920c27fa6fe737081ee1c9c15a0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 30 16:26:31 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:19:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6203e9

dev-python/twine: remove unused patch

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-python/twine/files/twine-1.11.0-tests.patch | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/dev-python/twine/files/twine-1.11.0-tests.patch b/dev-python/twine/files/twine-1.11.0-tests.patch
deleted file mode 100644
index 386a4ebcf3a..00000000000
--- a/dev-python/twine/files/twine-1.11.0-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Check for python2 support first, then python3. This should help avoid importing
-the wrong module for python2 where the builtins module can be provided by the
-futures package.
-
---- twine-1.11.0/tests/test_utils.py
-+++ twine-1.11.0/tests/test_utils.py
-@@ -19,9 +19,9 @@
- import textwrap
- 
- try:
--    import builtins
--except ImportError:
-     import __builtin__ as builtins
-+except ImportError:
-+    import builtins
- 
- import pytest
- 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/twine/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:     f11f5d446e4718c4dfe40bcb6cb8ec7bd854673e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 28 17:02:10 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 09:54:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11f5d44

dev-python/twine: remove unused patch

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>

 dev-python/twine/files/twine-3.0.0-tests.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-python/twine/files/twine-3.0.0-tests.patch b/dev-python/twine/files/twine-3.0.0-tests.patch
deleted file mode 100644
index e79fa03646d..00000000000
--- a/dev-python/twine/files/twine-3.0.0-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/tests/test_upload.py b/tests/test_upload.py
-index c87e16e..1487a0d 100644
---- a/tests/test_upload.py
-+++ b/tests/test_upload.py
-@@ -13,6 +13,7 @@
- # limitations under the License.
- import pretend
- import pytest
-+import unittest
- from requests.exceptions import HTTPError
- 
- from twine.commands import upload
-@@ -298,6 +299,7 @@ def test_values_from_env(monkeypatch):
-     "https://test.pypi.org/",
-     "https://pypi.org/"
- ])
-+@unittest.skip("needs internet access")
- def test_check_status_code_for_wrong_repo_url(repo_url, make_settings):
-     upload_settings = make_settings()
- 


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

end of thread, other threads:[~2020-09-12  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-14 22:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/twine/files/ Aaron Bauman
  -- 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