Hello community, here is the log from the commit of package python-ordered-set for openSUSE:Factory checked in at 2020-08-15 21:17:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ordered-set (Old) and /work/SRC/openSUSE:Factory/.python-ordered-set.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ordered-set" Sat Aug 15 21:17:33 2020 rev:5 rq:826115 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ordered-set/python-ordered-set.changes 2020-01-19 21:00:53.684159210 +0100 +++ /work/SRC/openSUSE:Factory/.python-ordered-set.new.3399/python-ordered-set.changes 2020-08-15 21:17:55.551539282 +0200 @@ -1,0 +2,5 @@ +Wed Aug 12 20:31:01 UTC 2020 - Matej Cepl <[email protected]> + +- Replace Source URL with the standard one + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ordered-set.spec ++++++ --- /var/tmp/diff_new_pack.dn3CCi/_old 2020-08-15 21:17:56.755539969 +0200 +++ /var/tmp/diff_new_pack.dn3CCi/_new 2020-08-15 21:17:56.755539969 +0200 @@ -17,7 +17,7 @@ # -%global short_name ordered-set +%global modname ordered-set %global dir_name ordered_set %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} @@ -28,13 +28,13 @@ %define psuffix %{nil} %bcond_with test %endif -Name: python-%{short_name}%{psuffix} +Name: python-%{modname}%{psuffix} Version: 3.1.1 Release: 0 Summary: Custom MutableSet that remembers its order License: MIT URL: https://github.com/LuminosoInsight/ordered-set -Source0: https://pypi.python.org/packages/source/o/%{short_name}/%{short_name}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/o/%{modname}/%{modname}-%{version}.tar.gz # this package is build dependency of setuptools BuildRequires: %{python_module base} BuildRequires: fdupes @@ -51,7 +51,7 @@ entry has an index that can be looked up. %prep -%setup -q -n %{short_name}-%{version} +%setup -q -n %{modname}-%{version} # we are build dep of setuptools sed -i -e 's:from setuptools :from distutils.core :g' setup.py
