Hello community, here is the log from the commit of package python-pip-run for openSUSE:Factory checked in at 2019-06-03 18:55:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip-run (Old) and /work/SRC/openSUSE:Factory/.python-pip-run.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-run" Mon Jun 3 18:55:13 2019 rev:2 rq:707050 version:5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip-run/python-pip-run.changes 2019-05-21 10:39:36.575117291 +0200 +++ /work/SRC/openSUSE:Factory/.python-pip-run.new.5148/python-pip-run.changes 2019-06-03 18:55:33.184424788 +0200 @@ -1,0 +2,5 @@ +Sun Jun 2 19:35:06 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip-run.spec ++++++ --- /var/tmp/diff_new_pack.jvIJ5U/_old 2019-06-03 18:55:34.588424267 +0200 +++ /var/tmp/diff_new_pack.jvIJ5U/_new 2019-06-03 18:55:34.592424266 +0200 @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pip-run Version: 5.3 Release: 0 +Summary: Pip module to install packages and run Python with them License: MIT -Summary: Install packages and run Python with them -Url: https://github.com/jaraco/pip-run Group: Development/Languages/Python +Url: https://github.com/jaraco/pip-run Source: https://files.pythonhosted.org/packages/source/p/pip-run/pip-run-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm >= 1.15.0} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module pip} BuildRequires: %{python_module path.py} +BuildRequires: %{python_module pip} # /SECTION BuildRequires: fdupes Requires(post): update-alternatives @@ -46,14 +47,14 @@ Features include: -- Allows declaration of dependencies at runtime. -- Downloads missing dependencies and makes their packages available for import. -- Installs packages to a special staging location such that they're not +- Allowance of declaration of dependencies at runtime. +- Download of missing dependencies and makes their packages available for import. +- Installation of packages to a special staging location such that they are not installed after the process exits. -- Relies on pip to cache downloads of such packages for reuse. -- Supersedes installed packages when required. -- Relies on packages already satisfied. -- Re-uses the pip tool chain for package installation. +- Reliance on pip to cache downloads of such packages for reuse. +- Supersedence installed packages when required. +- Reliance on packages already satisfied. +- Re-use of the pip tool chain for package installation. pip-run is not intended to solve production dependency management, but does aim to address other, one-off scenarios around dependency management.
