Accepting request 671318 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/671318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-entrypoints?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2019-02-08 12:46:12 +00:00 committed by Git OBS Bridge
commit 0fecf1dc87
4 changed files with 12 additions and 5 deletions

View File

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

3
entrypoints-0.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 4 17:49:04 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- update to version 0.3:
Check: https://github.com/takluyver/entrypoints/commits/master
-------------------------------------------------------------------
Tue Dec 4 12:47:39 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-entrypoints
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-entrypoints
Version: 0.2.3
Version: 0.3
Release: 0
Summary: Discover and load entry points from installed packages
License: MIT
@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/e/entrypoints/ent
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
BuildRequires: %{python_module devel}
%if %{with test}
BuildRequires: %{python_module pytest}
BuildRequires: python-configparser