15
0

- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=14
This commit is contained in:
2020-08-12 22:50:53 +00:00
committed by Git OBS Bridge
parent 190209433f
commit b9c1f52eb2
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 12 22:50:41 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org
-------------------------------------------------------------------
Wed May 20 07:26:05 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -17,7 +17,7 @@
#
%define oname Parsley
%define modname Parsley
%define oldpython python
Name: python-Parsley
Version: 1.3
@@ -25,7 +25,7 @@ Release: 0
Summary: PEG algorithm based parser generator
License: MIT
URL: https://github.com/washort/parsley
Source: https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -51,7 +51,7 @@ as yacc, bison or PLY.
The binaries are prefixed with parsley-.
%prep
%setup -q -n %{oname}-%{version}
%setup -q -n %{modname}-%{version}
# Remove with bump, missing fixtures
rm -f ometa/test/test_vm_builder.py