diff --git a/entrypoints-0.2.3.tar.gz b/entrypoints-0.2.3.tar.gz deleted file mode 100644 index 31f4f36..0000000 --- a/entrypoints-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f -size 11158 diff --git a/entrypoints-0.3.tar.gz b/entrypoints-0.3.tar.gz new file mode 100644 index 0000000..7f16a12 --- /dev/null +++ b/entrypoints-0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451 +size 12315 diff --git a/python-entrypoints.changes b/python-entrypoints.changes index 9782abf..f616a5d 100644 --- a/python-entrypoints.changes +++ b/python-entrypoints.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 4 17:49:04 UTC 2019 - Hans-Peter Jansen + +- update to version 0.3: + Check: https://github.com/takluyver/entrypoints/commits/master + ------------------------------------------------------------------- Tue Dec 4 12:47:39 UTC 2018 - Matej Cepl diff --git a/python-entrypoints.spec b/python-entrypoints.spec index c297610..135ff11 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -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