Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-columnize for
openSUSE:Factory checked in at 2022-03-12 17:15:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-columnize (Old)
and /work/SRC/openSUSE:Factory/.python-columnize.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-columnize"
Sat Mar 12 17:15:27 2022 rev:3 rq:961194 version:0.3.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-columnize/python-columnize.changes
2022-03-11 11:31:58.729965500 +0100
+++
/work/SRC/openSUSE:Factory/.python-columnize.new.25692/python-columnize.changes
2022-03-12 17:16:11.254354921 +0100
@@ -1,0 +2,15 @@
+Sat Mar 12 09:14:09 UTC 2022 - Matej Cepl <[email protected]>
+
+- Update to 0.3.11:
+ - store source-code module in a directory
+ - black files
+ - use pytest
+ - use __version__ for version number
+ - start using github workflows
+ - Bundle tests into tarball
+- Remove upstreamed patches:
+ - drop-nose-requirement.patch
+ - python-columnize-no-mock.patch
+ - test_columnize.py
+
+-------------------------------------------------------------------
Old:
----
columnize-0.3.10.tar.gz
drop-nose-requirement.patch
python-columnize-no-mock.patch
test_columnize.py
New:
----
columnize-0.3.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-columnize.spec ++++++
--- /var/tmp/diff_new_pack.lzYk5R/_old 2022-03-12 17:16:11.706355444 +0100
+++ /var/tmp/diff_new_pack.lzYk5R/_new 2022-03-12 17:16:11.714355454 +0100
@@ -20,21 +20,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-columnize
-Version: 0.3.10
+Version: 0.3.11
Release: 0
License: MIT
Summary: Format a simple (i.e. not nested) list into aligned columns
URL: https://github.com/rocky/pycolumnize
Group: Development/Languages/Python
Source0:
https://files.pythonhosted.org/packages/source/c/columnize/columnize-%{version}.tar.gz
-# Include test file missed from being included in source tarball
gh#rocky/pycolumnize#29
-#
https://raw.githubusercontent.com/rocky/pycolumnize/%%{version}/test_columnize.py
-Source1: test_columnize.py
-# PATCH-FEATURE-OPENSUSE drop-nose-requirement.patch [email protected] --
Drop requirement on outdated nose; we do not run tests anyway
-Patch0: drop-nose-requirement.patch
-# PATCH-FIX-UPSTREAM python-columnize-no-mock.patch gh#rocky/pycolumnize#28
[email protected]
-# remove the need for external mock package
-Patch1: python-columnize-no-mock.patch
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION For tests
@@ -49,9 +41,7 @@
Format a simple (i.e. not nested) list into aligned columns.
%prep
-%setup -q -n columnize-%{version}
-cp %{SOURCE1} ./
-%autopatch -p1
+%autosetup -p1 -n columnize-%{version}
%build
%python_build
@@ -66,8 +56,7 @@
%files %{python_files}
%doc NEWS.md README.rst
%license LICENSE
-%{python_sitelib}/%{modname}.py*
-%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/
-%pycache_only %{python_sitelib}/__pycache__/*
+%{python_sitelib}/%{modname}
+%{python_sitelib}/%{modname}-%{version}*-info/
%changelog
++++++ columnize-0.3.10.tar.gz -> columnize-0.3.11.tar.gz ++++++
++++ 2315 lines of diff (skipped)