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:
Jan Matejek 2017-11-03 14:36:29 +00:00 committed by Git OBS Bridge
parent 1b417f9dad
commit adfcd7c2c2
4 changed files with 16 additions and 7 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -18,16 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-entrypoints
Version: 0.2.2
Version: 0.2.3
Release: 0
Summary: Discover and load entry points from installed packages
License: MIT
Group: Development/Languages/Python
Url: https://github.com/takluyver/entrypoints
Source0: https://github.com/takluyver/entrypoints/archive/%{version}.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: python-rpm-macros
%ifpython2
BuildRequires: 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.
%prep
%setup0 -q -n entrypoints-%{version}
%setup -q -n entrypoints-%{version}
%build
# We don't do anything here