* [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/files/
@ 2021-05-02 14:44 Louis Sautier
0 siblings, 0 replies; 2+ messages in thread
From: Louis Sautier @ 2021-05-02 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 736ae86c14634838a4f2278ebe0d63ea9f010c94
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 2 12:00:55 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun May 2 14:43:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736ae86c
www-misc/urlwatch: remove unused patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20650
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
.../files/urlwatch-2.18-pycodestyle-requirement.patch | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/www-misc/urlwatch/files/urlwatch-2.18-pycodestyle-requirement.patch b/www-misc/urlwatch/files/urlwatch-2.18-pycodestyle-requirement.patch
deleted file mode 100644
index 587a55ab03c..00000000000
--- a/www-misc/urlwatch/files/urlwatch-2.18-pycodestyle-requirement.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 5f85aaf..7466787 100644
---- a/setup.py
-+++ b/setup.py
-@@ -17,9 +17,7 @@ if sys.version_info < (3, 3):
- m['name'] = 'urlwatch'
- m['author'], m['author_email'] = re.match(r'(.*) <(.*)>', m['author']).groups()
- m['description'], m['long_description'] = docs[0].strip().split('\n\n', 1)
--m['install_requires'] = ['minidb', 'PyYAML', 'requests', 'keyring', 'pycodestyle', 'appdirs', 'lxml', 'cssselect']
--if sys.version_info < (3, 4):
-- m['install_requires'].extend(['enum34'])
-+m['install_requires'] = ['minidb', 'PyYAML', 'requests', 'keyring', 'appdirs', 'lxml', 'cssselect']
- if sys.platform == 'win32':
- m['install_requires'].extend(['colorama'])
- m['entry_points'] = {"console_scripts": ["urlwatch=urlwatch.cli:main"]}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/files/
@ 2021-06-03 20:23 Louis Sautier
0 siblings, 0 replies; 2+ messages in thread
From: Louis Sautier @ 2021-06-03 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 1b1eeed570f9669e1dec997fa9ce61904d53de28
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun 3 16:50:33 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 20:23:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1eeed5
www-misc/urlwatch: remove unused patch(es)
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21108
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
.../urlwatch/files/urlwatch-2.17-fix-yaml.load.patch | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/www-misc/urlwatch/files/urlwatch-2.17-fix-yaml.load.patch b/www-misc/urlwatch/files/urlwatch-2.17-fix-yaml.load.patch
deleted file mode 100644
index c8bd04ae932..00000000000
--- a/www-misc/urlwatch/files/urlwatch-2.17-fix-yaml.load.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit d00041bacd6343cadf29c3d0a98817a7b9fda2a1
-Author: Louis Sautier <sautier.louis@gmail.com>
-Date: Sun Apr 14 14:49:24 2019 +0200
-
- Fix YAMLLoadWarning in tests
-
-diff --git a/test/test_filters.py b/test/test_filters.py
-index 3402616..da2393b 100644
---- a/test/test_filters.py
-+++ b/test/test_filters.py
-@@ -33,6 +33,6 @@ def test_filters():
- eq_(result, expected_result)
-
- with open(os.path.join(os.path.dirname(__file__), 'data/filter_tests.yaml'), 'r', encoding='utf8') as fp:
-- filter_tests = yaml.load(fp)
-+ filter_tests = yaml.load(fp, Loader=yaml.SafeLoader)
- for test_name in filter_tests:
- yield check_filter, test_name
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-03 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 14:44 [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/files/ Louis Sautier
-- strict thread matches above, loose matches on Subject: below --
2021-06-03 20:23 Louis Sautier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox