Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-virtualenvwrapper for
openSUSE:Factory checked in at 2025-01-07 20:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenvwrapper (Old)
and /work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-virtualenvwrapper"
Tue Jan 7 20:52:58 2025 rev:29 rq:1235236 version:6.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2024-11-06 16:53:39.620318017 +0100
+++
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new.1881/python-virtualenvwrapper.changes
2025-01-07 20:53:29.205079705 +0100
@@ -1,0 +2,7 @@
+Mon Jan 6 16:16:50 UTC 2025 - Matej Cepl <[email protected]>
+
+- Add README-SUSE.rst to describe the location of
+ `/usr/local/bin/virtualenvwrapper*.sh` in our packages
+ (bsc#1235076).
+
+-------------------------------------------------------------------
New:
----
README-SUSE.rst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-virtualenvwrapper.spec ++++++
--- /var/tmp/diff_new_pack.qdgY7n/_old 2025-01-07 20:53:29.825105349 +0100
+++ /var/tmp/diff_new_pack.qdgY7n/_new 2025-01-07 20:53:29.829105514 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-virtualenvwrapper
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
%bcond_with test
-%global pythons python3
Name: python-virtualenvwrapper
Version: 6.1.1
Release: 0
@@ -25,6 +24,7 @@
License: MIT
URL: https://virtualenvwrapper.readthedocs.io/
Source:
https://files.pythonhosted.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
+Source98: README-SUSE.rst
Source99: python-virtualenvwrapper.rpmlintrc
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
@@ -65,6 +65,8 @@
%autosetup -p1 -n virtualenvwrapper-%{version}
sed -i -e '1i#!/bin/sh' virtualenvwrapper.sh
+cp -p %{SOURCE98} .
+
%build
%pyproject_wheel
@@ -92,7 +94,7 @@
%files %{python_files}
%license LICENSE
-%doc README.es.rst README.ja.rst README.txt
+%doc README.es.rst README.ja.rst README.txt README-SUSE.rst
%python_alternative %{_bindir}/virtualenvwrapper
%python_alternative %{_bindir}/virtualenvwrapper_lazy
%{python_sitelib}/virtualenvwrapper
++++++ README-SUSE.rst ++++++
Packaging of virtualenvwrapper for SUSE distros
===============================================
What upstream considers ``/usr/local/bin/virtualenvwrapper.sh`` and
``/usr/local/bin/virtualenvwrapper_lazy_.sh`` is packaged as
``/usr/bin/virtualenvwrapper`` and ``/usr/bin/virtualenvwrapper_lazy_``
(system packages in SUSE distributions are not supposed to store
anything in ``/usr/local``).