commit python-sphinx-issues for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2020-03-27 00:23:00

Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.3160 (New)


Package is "python-sphinx-issues"

Fri Mar 27 00:23:00 2020 rev:6 rq:784638 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2019-06-13 22:37:36.628298186 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.3160/python-sphinx-issues.changes
  2020-03-27 00:23:03.488188745 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 13:01:25 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-sphinx-issues.spec ++
--- /var/tmp/diff_new_pack.oKi5H2/_old  2020-03-27 00:23:04.928189475 +0100
+++ /var/tmp/diff_new_pack.oKi5H2/_new  2020-03-27 00:23:04.952189488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx-issues
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,24 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-sphinx-issues
 Version:1.2.0
 Release:0
 Summary:A Sphinx extension for linking to a project's issue tracker
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/sloria/sphinx-issues
 Source: 
https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
 Requires:   python-Sphinx
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-mock
+%endif
 %python_subpackages
 
 %description




commit python-sphinx-issues for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2019-06-13 22:37:35

Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.4811 (New)


Package is "python-sphinx-issues"

Thu Jun 13 22:37:35 2019 rev:5 rq:708161 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2019-05-03 22:37:14.906592260 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.4811/python-sphinx-issues.changes
  2019-06-13 22:37:36.628298186 +0200
@@ -1,0 +2,5 @@
+Thu Jun  6 14:23:35 UTC 2019 - Tomáš Chvátal 
+
+- Reduce bit conditionals as it is not needed
+
+---



Other differences:
--
++ python-sphinx-issues.spec ++
--- /var/tmp/diff_new_pack.HLcT68/_old  2019-06-13 22:37:37.200298000 +0200
+++ /var/tmp/diff_new_pack.HLcT68/_new  2019-06-13 22:37:37.204297999 +0200
@@ -17,8 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%{!?license: %global license %doc}
-%bcond_without test
 Name:   python-sphinx-issues
 Version:1.2.0
 Release:0
@@ -27,16 +25,14 @@
 Group:  Development/Languages/Python
 URL:https://github.com/sloria/sphinx-issues
 Source: 
https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
 Requires:   python-Sphinx
 BuildArch:  noarch
-%if %{with test}
-BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  python-mock
-%endif
 %python_subpackages
 
 %description




commit python-sphinx-issues for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2019-05-03 22:37:14

Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.5148 (New)


Package is "python-sphinx-issues"

Fri May  3 22:37:14 2019 rev:4 rq:698629 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2018-12-24 11:44:21.285294536 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.5148/python-sphinx-issues.changes
  2019-05-03 22:37:14.906592260 +0200
@@ -1,0 +2,16 @@
+Fri Apr 26 13:05:20 UTC 2019 - Marketa Calabkova 
+
+- update to version 1.2.0
+  1.?.?
+  * Add :commit: role for linking to commits.
+  * Add support for linking to external repos.
+  * Add :cve: role for linking to CVEs on https://cve.mitre.org.
+  * Add :pr: role. 
+  * Drop support for Python 3.4.
+  0.4.0
+  * Raise ValueError if neither issues_uri nor issues_github_path 
+is set.
+  * Drop support for Python 2.6 and 3.3.
+- take GitHub tarball because of the tests
+
+---

Old:

  sphinx-issues-0.3.1.tar.gz

New:

  1.2.0.tar.gz



Other differences:
--
++ python-sphinx-issues.spec ++
--- /var/tmp/diff_new_pack.mMS8hM/_old  2019-05-03 22:37:15.374593232 +0200
+++ /var/tmp/diff_new_pack.mMS8hM/_new  2019-05-03 22:37:15.378593240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx-issues
 #
-# 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
@@ -20,22 +20,23 @@
 %{!?license: %global license %doc}
 %bcond_without test
 Name:   python-sphinx-issues
-Version:0.3.1
+Version:1.2.0
 Release:0
 Summary:A Sphinx extension for linking to a project's issue tracker
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/sloria/sphinx-issues
-Source: 
https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
+URL:https://github.com/sloria/sphinx-issues
+Source: 
https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Sphinx
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  python-mock
 %endif
-BuildRequires:  fdupes
-Requires:   python-Sphinx
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -53,8 +54,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest test_sphinx_issues.py
+
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE
 %{python_sitelib}/*

++ sphinx-issues-0.3.1.tar.gz -> 1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-issues-0.3.1/.gitignore 
new/sphinx-issues-1.2.0/.gitignore
--- old/sphinx-issues-0.3.1/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/sphinx-issues-1.2.0/.gitignore  2018-12-26 17:05:00.0 +0100
@@ -0,0 +1,43 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Complexity
+output/*.html
+output/*/index.html
+
+# Sphinx
+docs/_build
+README.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-issues-0.3.1/.pre-commit-config.yaml 
new/sphinx-issues-1.2.0/.pre-commit-config.yaml
--- old/sphinx-issues-0.3.1/.pre-commit-config.yaml 1970-01-01 
01:00:00.0 +0100
+++ new/sphinx-issues-1.2.0/.pre-commit-config.yaml 2018-12-26 
17:05:00.0 +0100
@@ -0,0 +1,15 @@
+repos:
+- repo: https://github.com/ambv/black
+  rev: 18.9b0
+  hooks:
+  - id: black
+language_version: python3.6
+- repo: https://github.com/pre-commit/pre-commit-hooks
+  rev: v2.0.0
+  hooks:
+  - id: flake8
+- repo: https://github.com/asottile/blacken-docs
+  rev: v0.3.0
+  hooks:
+  - id: blacken-docs
+additional_dependencies: [black==18.9b0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-sphinx-issues for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2018-12-24 11:44:21

Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.28833 (New)


Package is "python-sphinx-issues"

Mon Dec 24 11:44:21 2018 rev:3 rq:659688 version:0.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2017-09-05 15:16:16.304368590 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.28833/python-sphinx-issues.changes
 2018-12-24 11:44:21.285294536 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:54:50 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-sphinx-issues.spec ++
--- /var/tmp/diff_new_pack.qNMDXX/_old  2018-12-24 11:44:21.669294195 +0100
+++ /var/tmp/diff_new_pack.qNMDXX/_new  2018-12-24 11:44:21.673294192 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx-issues
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -27,7 +27,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/sloria/sphinx-issues
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 %if %{with test}




commit python-sphinx-issues for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2017-09-05 15:16:13

Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinx-issues.new (New)


Package is "python-sphinx-issues"

Tue Sep  5 15:16:13 2017 rev:2 rq:520556 version:0.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2017-08-28 15:15:18.940319182 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new/python-sphinx-issues.changes
   2017-09-05 15:16:16.304368590 +0200
@@ -1,0 +2,5 @@
+Sun Aug 27 20:39:13 UTC 2017 - jeng...@inai.de
+
+- Update descriptions.
+
+---



Other differences:
--
++ python-sphinx-issues.spec ++
--- /var/tmp/diff_new_pack.1WCnwC/_old  2017-09-05 15:16:17.560192066 +0200
+++ /var/tmp/diff_new_pack.1WCnwC/_new  2017-09-05 15:16:17.560192066 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,14 +22,14 @@
 Name:   python-sphinx-issues
 Version:0.3.1
 Release:0
+Summary:A Sphinx extension for linking to a project's issue tracker
 License:MIT
-Summary:A Sphinx extension for linking to your project's issue tracker
-Url:https://github.com/sloria/sphinx-issues
 Group:  Development/Languages/Python
+Url:https://github.com/sloria/sphinx-issues
 Source: 
https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module Sphinx}
 %endif
@@ -39,7 +40,9 @@
 %python_subpackages
 
 %description
-A Sphinx extension for linking to your project's issue tracker. Includes roles 
for linking to both issues and user profiles, with built-in support for GitHub 
(though this works with other services).
+A Sphinx extension for linking to a project's issue tracker. It
+includes roles for linking to issues as well as user profiles, with
+built-in support for GitHub (though this works with other services).
 
 %prep
 %setup -q -n sphinx-issues-%{version}