Hello community,
here is the log from the commit of package python-setupmeta for
openSUSE:Factory checked in at 2020-11-02 09:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setupmeta (Old)
and /work/SRC/openSUSE:Factory/.python-setupmeta.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setupmeta"
Mon Nov 2 09:42:54 2020 rev:2 rq:845177 version:2.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setupmeta/python-setupmeta.changes
2020-10-29 14:52:30.033249097 +0100
+++
/work/SRC/openSUSE:Factory/.python-setupmeta.new.3463/python-setupmeta.changes
2020-11-02 09:43:26.937785844 +0100
@@ -1,0 +2,9 @@
+Sat Oct 31 12:02:48 UTC 2020 - John Vandenberg <[email protected]>
+
+- Use PyPI tarball
+- Update to v2.8.1
+ * Packaging improvements
+- from v2.8.0
+ * Removed commands ``twine`` and ``uber_egg``
+
+-------------------------------------------------------------------
Old:
----
setupmeta-2.7.16.tar.gz
New:
----
setupmeta-2.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setupmeta.spec ++++++
--- /var/tmp/diff_new_pack.oI3NnY/_old 2020-11-02 09:43:28.849787678 +0100
+++ /var/tmp/diff_new_pack.oI3NnY/_new 2020-11-02 09:43:28.849787678 +0100
@@ -18,29 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-setupmeta
-Version: 2.7.16
+Version: 2.8.1
Release: 0
Summary: Simplify your setup.py
License: MIT
Group: Development/Languages/Python
URL: https://github.com/zsimic/setupmeta
-Source:
https://github.com/zsimic/setupmeta/archive/v%{version}.tar.gz#/setupmeta-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/setupmeta/setupmeta-%{version}.tar.gz
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module twine}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: git-core
BuildRequires: python-rpm-macros
Requires: python-setuptools
Recommends: git-core
-Recommends: python-pip
-Recommends: python-setuptools_scm
-Recommends: python-twine
-Recommends: python-wheel
BuildArch: noarch
%python_subpackages
@@ -63,11 +57,10 @@
git init
export LANG=en_US.UTF-8
# test_check_dependencies needs to be run in a venv
-# test_wheel is https://github.com/zsimic/setupmeta/issues/61
-%pytest -k 'not (test_check_dependencies or test_wheel)'
+%pytest -k 'not test_check_dependencies'
%files %{python_files}
-%doc README.rst
+%doc README.rst HISTORY.rst
%license LICENSE
%{python_sitelib}/*
++++++ setupmeta-2.7.16.tar.gz -> setupmeta-2.8.1.tar.gz ++++++
++++ 1830 lines of diff (skipped)