Accepting request 538562 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/538562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoints?expand=0&rev=3
This commit is contained in:
parent
1b417f9dad
commit
adfcd7c2c2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e54b5df8bb971507278c65df96e6486cf4aea0cdac384d0102ea0339e0a4f82b
|
|
||||||
size 11162
|
|
3
entrypoints-0.2.3.tar.gz
Normal file
3
entrypoints-0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f
|
||||||
|
size 11158
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 05:15:52 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* use pypi source url
|
||||||
|
|
||||||
|
- update to version 0.2.3:
|
||||||
|
* Clarify license associated with files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:21:54 UTC 2016 - arun@gmx.de
|
Sun Jul 10 17:21:54 UTC 2016 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -18,16 +18,16 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-entrypoints
|
Name: python-entrypoints
|
||||||
Version: 0.2.2
|
Version: 0.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Discover and load entry points from installed packages
|
Summary: Discover and load entry points from installed packages
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/takluyver/entrypoints
|
Url: https://github.com/takluyver/entrypoints
|
||||||
Source0: https://github.com/takluyver/entrypoints/archive/%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
%ifpython2
|
%ifpython2
|
||||||
BuildRequires: python-configparser
|
BuildRequires: python-configparser
|
||||||
Requires: python-configparser
|
Requires: python-configparser
|
||||||
@ -48,7 +48,7 @@ similar interfaces. An application might use a group to find its
|
|||||||
plugins, or multiple groups if it has different kinds of plugins.
|
plugins, or multiple groups if it has different kinds of plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup0 -q -n entrypoints-%{version}
|
%setup -q -n entrypoints-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# We don't do anything here
|
# We don't do anything here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user