Hello community,

here is the log from the commit of package python-dephell for openSUSE:Factory 
checked in at 2020-03-23 12:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell (Old)
 and      /work/SRC/openSUSE:Factory/.python-dephell.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dephell"

Mon Mar 23 12:51:23 2020 rev:9 rq:787363 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dephell/python-dephell.changes    
2020-03-12 23:12:39.379332215 +0100
+++ /work/SRC/openSUSE:Factory/.python-dephell.new.3160/python-dephell.changes  
2020-03-23 12:52:56.320046018 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 07:48:46 UTC 2020 - Matej Cepl <[email protected]>
+
+- Add new source of macros.py-dephell so that we can manage
+  dephell_genspec macro in this package.
+
+-------------------------------------------------------------------

New:
----
  macros.py-dephell

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dephell.spec ++++++
--- /var/tmp/diff_new_pack.ADdfjc/_old  2020-03-23 12:52:56.832046340 +0100
+++ /var/tmp/diff_new_pack.ADdfjc/_new  2020-03-23 12:52:56.836046343 +0100
@@ -34,6 +34,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/dephell/dephell
 Source:         
https://files.pythonhosted.org/packages/source/d/dephell/dephell-%{version}.tar.gz
+Source1:        macros.py-dephell
 Patch0:         never-pin-deps.patch
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
@@ -147,6 +148,9 @@
 %if ! %{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# Install macros.lua for rpm to have centralized place to
+# manage dephell_genspec macro
+install -D -m 644 %{SOURCE1} 
%{buildroot}%{_libexecdir}/rpm/macros.d/macros.py-dephell
 %endif
 
 %check
@@ -161,6 +165,8 @@
 %doc README.md README.rst
 %license LICENSE
 %python3_only %{_bindir}/dephell
+%python3_only %dir %{_libexecdir}/rpm/macros.d
+%python3_only %{_libexecdir}/rpm/macros.d/macros.py-dephell
 %{python_sitelib}/*
 %endif
 

++++++ macros.py-dephell ++++++
# Provide the macro so that we can change it with any changes upstream
%dephell_gensetup dephell deps convert --from pyproject.toml --to setup.py

Reply via email to