diff --git a/0.2.2.tar.gz b/0.2.2.tar.gz deleted file mode 100644 index 4c98700..0000000 --- a/0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54b5df8bb971507278c65df96e6486cf4aea0cdac384d0102ea0339e0a4f82b -size 11162 diff --git a/entrypoints-0.2.3.tar.gz b/entrypoints-0.2.3.tar.gz new file mode 100644 index 0000000..31f4f36 --- /dev/null +++ b/entrypoints-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f +size 11158 diff --git a/python-entrypoints.changes b/python-entrypoints.changes index bc2f01d..593c1c4 100644 --- a/python-entrypoints.changes +++ b/python-entrypoints.changes @@ -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 diff --git a/python-entrypoints.spec b/python-entrypoints.spec index d965fe3..d6eb8a9 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -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