Hello community,

here is the log from the commit of package python-sphinxcontrib-github-alt for 
openSUSE:Factory checked in at 2019-04-30 13:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-github-alt (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-github-alt.new.5536 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-github-alt"

Tue Apr 30 13:05:08 2019 rev:3 rq:698153 version:1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-github-alt/python-sphinxcontrib-github-alt.changes
  2018-12-24 11:44:31.397285575 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-github-alt.new.5536/python-sphinxcontrib-github-alt.changes
        2019-04-30 13:05:11.657945755 +0200
@@ -1,0 +2,9 @@
+Fri Apr 26 09:50:42 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 1.1
+  * Add license
+  * Switch to Sphinx logging API
+  * Various code cleanups.
+- package tarball instead of wheel
+
+-------------------------------------------------------------------

Old:
----
  sphinxcontrib_github_alt-1.0-py2.py3-none-any.whl

New:
----
  sphinxcontrib_github_alt-1.1.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-github-alt.spec ++++++
--- /var/tmp/diff_new_pack.UM0PcD/_old  2019-04-30 13:05:13.361944215 +0200
+++ /var/tmp/diff_new_pack.UM0PcD/_new  2019-04-30 13:05:13.365944211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-github-alt
 #
-# Copyright (c) 2018 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
@@ -19,14 +19,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-sphinxcontrib-github-alt
-Version:        1.0
+Version:        1.1
 Release:        0
 Summary:        Link to GitHub issues, pull requests, commits and users from 
Sphinx docs
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 Url:            http://github.com/Calysto/octave_kernel
-Source0:        
https://files.pythonhosted.org/packages/py2.py3/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}-py2.py3-none-any.whl
-BuildRequires:  %{python_module pip}
+Source0:        
https://files.pythonhosted.org/packages/source/s/sphinxcontrib_github_alt/sphinxcontrib_github_alt-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx
@@ -43,23 +43,19 @@
 and set the variable github_project_url:
 
 %prep
-%setup -T -c -n %{name}-%{version}
+%setup -q -n sphinxcontrib_github_alt-%{version}
 
 %build
-# Not needed
+%python_build
 
 %install
-%{python_expand pip%{$python_bin_suffix} install \
-    --root %{buildroot} \
-    --prefix %{_prefix} \
-    --compile \
-    %{SOURCE0}
-}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%{python_sitelib}/sphinxcontrib_github_alt.py*
+%license COPYING.md
+%doc README.rst
+%{python_sitelib}/sphinxcontrib_github_alt*
 %pycache_only %{python_sitelib}/__pycache__/sphinxcontrib_github_alt*.py*
-%{python_sitelib}/sphinxcontrib_github_alt-%{version}.dist-info
 
 %changelog


Reply via email to