Hello community,
here is the log from the commit of package python-setproctitle for
openSUSE:Factory checked in at 2020-12-05 20:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setproctitle (Old)
and /work/SRC/openSUSE:Factory/.python-setproctitle.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setproctitle"
Sat Dec 5 20:35:34 2020 rev:26 rq:853085 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setproctitle/python-setproctitle.changes
2020-08-25 12:36:54.737381059 +0200
+++
/work/SRC/openSUSE:Factory/.python-setproctitle.new.5913/python-setproctitle.changes
2020-12-05 20:35:40.766617248 +0100
@@ -1,0 +2,15 @@
+Fri Dec 4 01:17:03 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to version 1.2
+ * added ``getthreadtitle()`` and ``setthreadtitle()``.
+ * Initialisation of the module moved to the first usage:
+ importing the module doesn't cause side effects.
+ * Manage much longer command lines (#52)
+ * Improved build on BSD, dropped ancient versions (issue #67).
+ * Fixed build for Python 3.8 (#66, #72)
+ * Added support for Python 3.9
+ * Dropped support for Python < 3.6
+- Drop use-pkg-config.patch
+- Drop extra requirements
+
+-------------------------------------------------------------------
Old:
----
setproctitle-1.1.10.tar.gz
use-pkg-config.patch
New:
----
setproctitle-1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setproctitle.spec ++++++
--- /var/tmp/diff_new_pack.vxmBNb/_old 2020-12-05 20:35:43.378619898 +0100
+++ /var/tmp/diff_new_pack.vxmBNb/_new 2020-12-05 20:35:43.382619903 +0100
@@ -17,23 +17,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-setproctitle
-Version: 1.1.10
+Version: 1.2
Release: 0
Summary: Python module to allow customization of the process title
License: BSD-3-Clause
URL: https://github.com/dvarrazzo/py-setproctitle/
Source:
https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Test build/harness helper; heavily revised in next
release [email protected]
-Patch0: use-pkg-config.patch
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module modernize}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: pkg-config
BuildRequires: procps
BuildRequires: python-rpm-macros
-BuildRequires: python3-tools
%python_subpackages
%description
@@ -44,8 +40,6 @@
%prep
%setup -q -n setproctitle-%{version}
-%autopatch -p1
-python-modernize -nw tests
%build
export CFLAGS="%{optflags}"
@@ -55,16 +49,12 @@
%python_install
%check
-export LANG=en_US.UTF-8
-%{python_expand export PYTHON=$python
-PYTHON_MAJOR=${PYTHON:6:1}
-make tests/pyrun${PYTHON_MAJOR}
-PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest -v
-}
+%pytest_arch
%files %{python_files}
%doc HISTORY.rst README.rst
%license COPYRIGHT
-%{python_sitearch}/*
+%{python_sitearch}/setproctitle*.so
+%{python_sitearch}/setproctitle-%{version}*-info
%changelog
++++++ setproctitle-1.1.10.tar.gz -> setproctitle-1.2.tar.gz ++++++
++++ 2153 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]