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

commit:     b63ae5681b75df390552ec553044c9dfb1cf56da
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 19 19:22:52 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 04:28:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63ae568

dev-python/parver: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../files/parver-0.2.1-gentoo-versioning.patch     | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch b/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch
deleted file mode 100644
index a2cae61afa4..00000000000
--- a/dev-python/parver/files/parver-0.2.1-gentoo-versioning.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c5c2492..8f5c8c7 100644
---- a/setup.py
-+++ b/setup.py
-@@ -18,9 +18,9 @@ LONG_DESC = open('README.rst', encoding='utf-8').read()
- 
- extras_require = {
-     'test': [
--        'pytest ~= 3.5',
--        'hypothesis ~= 3.56',
--        'pretend ~= 1.0',
-+        'pytest >= 3.5',
-+        'hypothesis >= 3.56',
-+        'pretend >= 1.0',
-     ],
-     'docstest': [
-         'doc8',
-@@ -49,9 +49,9 @@ setup(
-     packages=find_packages('src'),
-     package_dir={'': 'src'},
-     install_requires=[
--        'arpeggio ~= 1.7',
-+        'arpeggio >= 1.7',
-         'attrs >= 17.4.0',
--        'six ~= 1.9',
-+        'six >= 1.9',
-     ],
-     extras_require=extras_require,
-     python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/files/
@ 2020-11-16  8:22 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2020-11-16  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c8cffd53b24e89f4ea57f205cfb70de02fd1f5b7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov 15 18:40:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 08:21:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cffd53

dev-python/parver: remove unused patch(es)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/parver/files/parver-0.3-test.patch | 34 ---------------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-python/parver/files/parver-0.3-test.patch b/dev-python/parver/files/parver-0.3-test.patch
deleted file mode 100644
index f062b317f61..00000000000
--- a/dev-python/parver/files/parver-0.3-test.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 83c64f08ea95e40b3fa208c2743b8eaba3296a63 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Mon, 27 Apr 2020 08:25:18 +0200
-Subject: [PATCH] Suppress too_slow on test_parse_hypothesis
-
-The generator is apparently too slow on busy systems, so suppress
-the health check to avoid a test failure.
----
- tests/test_parse.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tests/test_parse.py b/tests/test_parse.py
-index 6d58379..43494e3 100644
---- a/tests/test_parse.py
-+++ b/tests/test_parse.py
-@@ -2,13 +2,14 @@
- from __future__ import absolute_import, division, print_function
- 
- import pytest
--from hypothesis import assume, given
-+from hypothesis import assume, given, settings, HealthCheck
- 
- from parver import ParseError, Version
- 
- from .strategies import version_string, whitespace
- 
- 
-+@settings(suppress_health_check=[HealthCheck.too_slow])
- @given(whitespace, version_string(), whitespace)
- def test_parse_hypothesis(prefix, version, suffix):
-     Version.parse(prefix + version + suffix)
--- 
-2.26.2
-


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

end of thread, other threads:[~2020-11-16  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/files/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2020-11-16  8:22 Michał Górny

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