14
0

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
This commit is contained in:
2022-08-19 17:37:13 +00:00
committed by Git OBS Bridge
parent d13d9a92a0
commit 6850920ea9
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a682771bc7b51b2ff41466460896c1a5a653f9a1e71639ef365a72e66d8734b4
size 3211311

3
Protego-0.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df666d4304dab774e2dc9feb208bb1ac8d71ea5ceec12f4c99eba30fbd642ff2
size 3244403

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Aug 19 16:12:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- - Rename README.md to README.rst in %doc section
-------------------------------------------------------------------
Tue Aug 16 23:55:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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}/*