Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autotrash for openSUSE:Factory 
checked in at 2022-01-04 19:37:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autotrash (Old)
 and      /work/SRC/openSUSE:Factory/.autotrash.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autotrash"

Tue Jan  4 19:37:32 2022 rev:3 rq:943554 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/autotrash/autotrash.changes      2021-05-20 
19:25:23.561860709 +0200
+++ /work/SRC/openSUSE:Factory/.autotrash.new.1896/autotrash.changes    
2022-01-04 19:37:38.717942282 +0100
@@ -1,0 +2,26 @@
+Wed Dec 29 10:25:34 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Update to version 0.4.4:
+  + Tiny bit of love: change default template for systemd unit
+    files to also contain a link to the project on github.
+- Changes from version 0.4.3:
+  + This release only fixes the license rendering on pypi.
+- Changes from version 0.4.2:
+  + Drop arrow dependency.
+- Changes from version 0.4.1:
+  + Release 0.4.1 but now with a package description in PyPi.
+- Changes from version 0.4.0;
+  + New --install feature to add systemctl timer.
+- Changes from version 0.3.0:
+  + A date parsing issue (#15) inspired me to revamp the
+    distribution and packaging.
+  + The package is no longer a single python script, but a full
+    python package you will be able to install from PyPi shortly.
+- Changes from version 0.2.1:
+  + Prevent UnboundLocalError when --max-free is set and enough
+    space free.
+- Drop injected man page: upstream no longer maintains it
+  apparently.
+- Add python3-setuptools BuildRequires: new build dependency.
+
+-------------------------------------------------------------------

Old:
----
  autotrash.1
  v0.2.0.tar.gz

New:
----
  autotrash-0.4.4.tar.gz

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

Other differences:
------------------
++++++ autotrash.spec ++++++
--- /var/tmp/diff_new_pack.DGUHzx/_old  2022-01-04 19:37:39.137942831 +0100
+++ /var/tmp/diff_new_pack.DGUHzx/_new  2022-01-04 19:37:39.145942842 +0100
@@ -17,17 +17,15 @@
 
 
 Name:           autotrash
-Version:        0.2.0
+Version:        0.4.4
 Release:        0
 Summary:        Tool to automatically purge old trashed files
 License:        GPL-3.0-or-later
 URL:            http://www.logfish.net/pr/autotrash/
-Source:         https://github.com/bneijt/autotrash/archive/v%{version}.tar.gz
-# autotrash has been generated using pandoc -s -t man < doc/autotrash.md > 
autotrash.1
-Source1:        autotrash.1
+Source:         
https://files.pythonhosted.org/packages/source/a/autotrash/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       python3
-BuildRequires:  python3
+BuildRequires:  python3-setuptools
 
 %description
 Autotrash is a small python script to automatically remove (permanently delete)
@@ -36,24 +34,16 @@
 
 %prep
 %setup -q
-# if the pre-built autotrash.1 is outdated, the build will fail
-cp %{SOURCE1} doc
 
 %build
 python3 setup.py build
 
-cd doc
-make
-
 %install
 python3 setup.py install --skip-build --root %{buildroot}
 
-mkdir -p %{buildroot}%{_mandir}/man1
-cp -a doc/%{name}.1* %{buildroot}%{_mandir}/man1
-
 %files
-%doc COPYING README.md TODO
-%{_mandir}/man1/autotrash.1*
+%license LICENSE.txt
+%doc README.md
 %{_bindir}/autotrash
 %{python3_sitelib}/*
 

Reply via email to