Hello community,

here is the log from the commit of package python-rjsmin for openSUSE:Factory 
checked in at 2019-05-16 22:09:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and      /work/SRC/openSUSE:Factory/.python-rjsmin.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rjsmin"

Thu May 16 22:09:18 2019 rev:3 rq:703245 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes      
2017-11-16 14:02:46.433799663 +0100
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.5148/python-rjsmin.changes    
2019-05-16 22:09:19.530321601 +0200
@@ -1,0 +2,8 @@
+Wed May 15 18:27:39 UTC 2019 - Ethan Apodaca <[email protected]>
+
+- Update to 1.1.0
+  + See changes file for changes
+- Add check phase to spec 
+- Remove documentation subpackage
+
+-------------------------------------------------------------------

Old:
----
  rjsmin-1.0.12.tar.gz

New:
----
  rjsmin-1.1.0.tar.gz

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

Other differences:
------------------
++++++ python-rjsmin.spec ++++++
--- /var/tmp/diff_new_pack.BJFlM0/_old  2019-05-16 22:09:20.234320962 +0200
+++ /var/tmp/diff_new_pack.BJFlM0/_new  2019-05-16 22:09:20.238320958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rjsmin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,28 @@
 # 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-%{**}}
-
 %define mod_name rjsmin
-
+%define release_sha 53a0848b2372c1b49c03326bc8209ea39e889c47
 Name:           python-%{mod_name}
-Version:        1.0.12
+Version:        1.1.0
 Release:        0
 Summary:        RJSmin is a JavaScript Minifier Written in Python
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://opensource.perlig.de/rjsmin/
-Source:         
https://files.pythonhosted.org/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz
+URL:            http://opensource.perlig.de/rjsmin/
+Source:         
https://github.com/ndparker/rjsmin/archive/%{release_sha}.tar.gz#/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+Obsoletes:      %{name}-doc
 %python_subpackages
 
 %description
@@ -43,29 +44,22 @@
 The module is a re-implementation aiming for speed, so it can be used
 at runtime (rather than during a preprocessing step).
 
-%package -n %{name}-docs
-Summary:        Documentation files for %name
-Group:          Documentation/HTML
-
-%description -n %{name}-docs
-HTML Documentation and examples for %name.
-
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n %{mod_name}-%{release_sha}
 
 %build
 %python_build
 
 %install
 %python_install
-rm -rf %{buildroot}/usr/share/doc/rjsmin
+rm -rf %{buildroot}%{_datadir}/doc/rjsmin
+
+%check
+%pytest_arch
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst docs/CHANGES
+%license LICENSE
+%doc README.md docs/CHANGES
 %{python_sitearch}/*
 
-%files -n %{name}-docs
-%doc docs/apidoc/
-
 %changelog

++++++ rjsmin-1.0.12.tar.gz -> rjsmin-1.1.0.tar.gz ++++++
++++ 13959 lines of diff (skipped)


Reply via email to