From 6850920ea992b176853ca853862e60c9ab4fd49bb4e2a59ce9a19305c0426ccb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 Aug 2022 17:37:13 +0000 Subject: [PATCH] Accepting request 998215 from home:yarunachalam:branches:devel:languages:python - - Rename README.md to README.rst in %doc section - Update to 0.2.1 * Merge pull request #21 from anubhavp28/fix_readme_content_type_and_travis_deploy_step * Fix content type mentioned in setup.py and Travis deploy step - Update to 0.2.0 Upgrade Protego version to 0.2.0 OBS-URL: https://build.opensuse.org/request/show/998215 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Protego?expand=0&rev=3 --- Protego-0.1.16.tar.gz | 3 --- Protego-0.2.1.tar.gz | 3 +++ python-Protego.changes | 16 ++++++++++++++++ python-Protego.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 Protego-0.1.16.tar.gz create mode 100644 Protego-0.2.1.tar.gz diff --git a/Protego-0.1.16.tar.gz b/Protego-0.1.16.tar.gz deleted file mode 100644 index e622d01..0000000 --- a/Protego-0.1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a682771bc7b51b2ff41466460896c1a5a653f9a1e71639ef365a72e66d8734b4 -size 3211311 diff --git a/Protego-0.2.1.tar.gz b/Protego-0.2.1.tar.gz new file mode 100644 index 0000000..fd9d509 --- /dev/null +++ b/Protego-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df666d4304dab774e2dc9feb208bb1ac8d71ea5ceec12f4c99eba30fbd642ff2 +size 3244403 diff --git a/python-Protego.changes b/python-Protego.changes index 966f947..d33541a 100644 --- a/python-Protego.changes +++ b/python-Protego.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Aug 19 16:12:15 UTC 2022 - Yogalakshmi Arunachalam + +- - Rename README.md to README.rst in %doc section + +------------------------------------------------------------------- +Tue Aug 16 23:55:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.2.1 + * Merge pull request #21 from anubhavp28/fix_readme_content_type_and_travis_deploy_step + + * Fix content type mentioned in setup.py and Travis deploy step + +- Update to 0.2.0 + Upgrade Protego version to 0.2.0 + ------------------------------------------------------------------- Thu Jan 16 14:22:33 UTC 2020 - Marketa Calabkova diff --git a/python-Protego.spec b/python-Protego.spec index 6277109..85a4889 100644 --- a/python-Protego.spec +++ b/python-Protego.spec @@ -1,7 +1,7 @@ # # spec file for package python-Protego # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Protego -Version: 0.1.16 +Version: 0.2.1 Release: 0 Summary: Pure-Python robotstxt parser with support for modern conventions License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/scrapy/protego Source: https://files.pythonhosted.org/packages/source/P/Protego/Protego-%{version}.tar.gz -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -51,7 +51,7 @@ Protego is a pure-Python `robots.txt` parser with support for modern conventions %pytest %files %{python_files} -%doc README.md +%doc README.rst %license LICENSE %{python_sitelib}/*