commit python-PyGithub for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2020-08-18 12:25:22

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


Package is "python-PyGithub"

Tue Aug 18 12:25:22 2020 rev:18 rq:827522 version:1.53

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2020-05-04 18:41:10.445132288 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.3399/python-PyGithub.changes
2020-08-18 12:25:38.707837446 +0200
@@ -1,0 +2,41 @@
+Tue Aug 18 08:22:14 UTC 2020 - Steve Kowalik 
+
+- Update to 1.53:
+  * Add method get_team_membership for user to Team  (#1658) (749e8d35)
+  * PaginatedList's totalCount is 0 if no last page (#1641) (69b37b4a)
+  * Add initial support for Github Apps. (#1631) (260558c1)
+  * Add delete_branch_on_merge arg to Repository.edit type stub
+(#1639) (15b5ae0c)
+  * upload_asset with data in memory (#1601) (a7786393)
+  * Make Issue.closed_by nullable (#1629) (06dae387)
+  * Add support for workflow dispatch event (#1625) (16850ef1)
+  * Do not check reaction_type before sending (#1592) (136a3e80)
+  * more flexible header splitting (#1616) (85e71361)
+  * Add support for deployment statuses (#1588) (048c8a1d)
+  * Adds the 'twitter_username' attribute to NamedUser. (#1585) (079f75a7)
+  * Add support for Workflow Runs (#1583) (4fb1d23f)
+  * Small documentation correction in Repository.py (#1565) (f0f6ec83)
+  * Remove "api_preview" parameter from type stubs and docstrings
+(#1559) (cc1b884c)
+  * Repository.update_file() content also accepts bytes (#1543) (9fb8588b)
+  * Fix Repository.get_issues stub (#1540) (b40b75f8)
+  * Check all arguments of NamedUser.get_repos() (#1532) (69bfc325)
+  * Remove RateLimit.rate (#1529) (7abf6004)
+  * PullRequestReview is not a completable object (#1528) (19fc43ab)
+  * Remove pointless setters in GitReleaseAsset (#1527) (1dd1cf9c)
+  * Drop some unimplemented methods in GitRef (#1525) (d4b61311)
+  * Fixed formatting of docstrings for
+`Repository.create_git_tag_and_release()`
+and `StatsPunchCard`. (#1520) (ce400bc7)
+  * Remove Repository.topics (#1505) (53d58d2b)
+  * Correct Repository.get_workflows() (#1518) (8727003f)
+  * correct Repository.stargazers_count return type to int (#1513) (b5737d41)
+  * Raise a FutureWarning on use of client_{id,secret} (#1506) (2475fa66)
+  * Improve type signature for create_from_raw_data (#1503) (c7b5eff0)
+  * feat(column): move, edit and delete project columns (#1497) (a32a8965)
+  * Add support for Workflows (#1496) (a1ed7c0e)
+  * Add OAuth support for GitHub applications (4b437110)
+  * Create AccessToken entity (4a6468aa)
+  * Extend installation attributes (61808da1)
+
+---

Old:

  v1.51.tar.gz

New:

  v1.53.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.JXcrR3/_old  2020-08-18 12:25:40.443838170 +0200
+++ /var/tmp/diff_new_pack.JXcrR3/_new  2020-08-18 12:25:40.447838171 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-PyGithub
-Version:1.51
+Version:1.53
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later

++ v1.51.tar.gz -> v1.53.tar.gz ++
 8563 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2020-05-04 18:40:18

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


Package is "python-PyGithub"

Mon May  4 18:40:18 2020 rev:17 rq:799922 version:1.51

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2020-03-20 23:54:13.376825097 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.2738/python-PyGithub.changes
2020-05-04 18:41:10.445132288 +0200
@@ -1,0 +2,26 @@
+Mon May  4 03:59:23 UTC 2020 - Steve Kowalik 
+
+- Update to 1.51
+  + New features
+* PyGithub now supports type checking
+* Ability to retrieve public events
+* Add and handle the maintainer_can_modify attribute in PullRequest
+* List matching references
+* Add create_repository_dispatch
+* Add some Organization and Repository attributes.
+* Add create project method
+  + Bug Fixes & Improvements
+* Drop use of shadow-cat for draft PRs
+* AuthenticatedUser.get_organization_membership() should be str
+* Drop documentation for len() of PaginatedList
+* Fix param name of projectcard's move function
+* Correct typos found with codespell
+* Export IncompletableObject in the github namespace
+* Add GitHub Action workflow for checks
+* Drop unneeded ignore rule for flake8
+* Use pytest to parametrize tests
+* Type stubs are now packaged with the build
+* Get the project column by id
+- Drop parametrized and pytest-cov from BuildRequires.
+
+---

Old:

  v1.47.tar.gz

New:

  v1.51.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.wsI30y/_old  2020-05-04 18:41:13.841139292 +0200
+++ /var/tmp/diff_new_pack.wsI30y/_new  2020-05-04 18:41:13.845139300 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-PyGithub
-Version:1.47
+Version:1.51
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later
@@ -29,8 +29,6 @@
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
-BuildRequires:  %{python_module parameterized >= 0.7.0}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}

++ v1.47.tar.gz -> v1.51.tar.gz ++
 6937 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2020-03-20 23:54:09

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


Package is "python-PyGithub"

Fri Mar 20 23:54:09 2020 rev:16 rq:785457 version:1.47

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2020-02-18 13:29:48.960750428 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.3160/python-PyGithub.changes
2020-03-20 23:54:13.376825097 +0100
@@ -1,0 +2,30 @@
+Mon Mar 16 07:10:20 UTC 2020 - Steve Kowalik 
+
+- Update to 1.47
+  + Bug Fixes & Improvements
+* Add support to edit and delete a project (#1434) (f11f739)
+* Add method for fetching pull requests associated with a commit (#1433) 
(0c55381)
+* Add "get_repo_permission" to Team class (#1416) (219bde5)
+* Add list projects support, update tests (#1431) (e44d11d)
+* Don't transform completely in PullRequest.*assignees (#1428) (b1c3549)
+* Add create_project support, add tests (#1429) (bf62f75)
+* Add draft attribute, update test (bd28524)
+* Docstring for Repository.create_git_tag_and_release (#1425) (bfeacde)
+* Create a tox docs environment (#1426) (b30c09a)
+* Add Deployments API (#1424) (3d93ee1)
+* Add support for editing project cards (#1418) (425280c)
+* Add draft flag parameter, update tests (bd0211e)
+* Switch to using pytest (#1423) (c822dd1)
+* Fix GitMembership with a hammer (#1420) (f2939eb)
+* Add support to reply to a Pull request comment (#1374) (1c82573)
+* PullRequest.update_branch(): allow expected_head_sha to be empty (#1412) 
(806130e)
+* Implement ProjectCard.delete() (#1417) (aeb27b7)
+* Add pre-commit plugin for black/isort/flake8 (#1398) (08b1c47)
+* Add tox (#1388) (125536f)
+* Open file in text mode in scripts/add_attribute.py (#1396) (0396a49)
+* Silence most ResourceWarnings (#1393) (dd31a70)
+* Assert more attributes in Membership (#1391) (d6dee01)
+* Assert on changed Repository attributes (#1390) (6e3ceb1)
+* Add reset to the repr for Rate (#1389) (0829af8)
+
+---

Old:

  v1.46.tar.gz

New:

  v1.47.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.vDd2lI/_old  2020-03-20 23:54:17.884827954 +0100
+++ /var/tmp/diff_new_pack.vDd2lI/_new  2020-03-20 23:54:17.900827964 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-PyGithub
-Version:1.46
+Version:1.47
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later
@@ -30,6 +30,8 @@
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
 BuildRequires:  %{python_module parameterized >= 0.7.0}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -58,7 +60,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++ v1.46.tar.gz -> v1.47.tar.gz ++
 2764 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2020-02-18 13:29:48

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


Package is "python-PyGithub"

Tue Feb 18 13:29:48 2020 rev:15 rq:775083 version:1.46

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2020-01-06 15:22:10.868480666 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.26092/python-PyGithub.changes   
2020-02-18 13:29:48.960750428 +0100
@@ -1,0 +2,22 @@
+Tue Feb 18 09:22:59 UTC 2020 - Steve Kowalik 
+
+- Update to 1.46
+  + Bug Fixes & Improvements
+* Add repo edit support for delete_branch_on_merge
+* Fix mistake in Repository.create_fork()
+* Correct two attributes in Invitation
+* Search repo issues by string label
+* Correct Repository.create_git_tag_and_release()
+* exposed seats and filled_seats for Github Organization Plan
+* Repository.create_project() body is optional
+* Implement move action for ProjectCard
+* Tidy up ProjectCard.get_content()
+* Added nested teams and parent
+* Correct parameter for Label.edit
+* doc: example of Pull Request creation
+* Fix PyPI wheel deployment
+- No longer build Python 2 package
+- Drop BuildRequires on mock, no longer required
+- Drop no-hardcoded-dep.patch, no longer required
+
+---

Old:

  no-hardcoded-dep.patch
  v1.45.tar.gz

New:

  v1.46.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.dd3FRP/_old  2020-02-18 13:29:50.180752800 +0100
+++ /var/tmp/diff_new_pack.dd3FRP/_new  2020-02-18 13:29:50.184752808 +0100
@@ -17,19 +17,18 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-PyGithub
-Version:1.45
+Version:1.46
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 URL:https://github.com/PyGithub/PyGithub
 Source: https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz
-Patch0: no-hardcoded-dep.patch
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
-BuildRequires:  %{python_module mock >= 3.0.5}
 BuildRequires:  %{python_module parameterized >= 0.7.0}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
@@ -43,7 +42,7 @@
 %python_subpackages
 
 %description
-PyGithub is a Python (2 and 3) library to use the Github API v3.
+PyGithub is a Python 3 library to use the Github API v3.
 Github resources (repositories, user profiles, organizations,
 etc.) can be managed with this.
 

++ v1.45.tar.gz -> v1.46.tar.gz ++
 6941 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2020-01-06 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2020-01-06 15:22:08

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


Package is "python-PyGithub"

Mon Jan  6 15:22:08 2020 rev:14 rq:761017 version:1.45

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-12-11 12:15:02.456512951 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.6675/python-PyGithub.changes
2020-01-06 15:22:10.868480666 +0100
@@ -1,0 +2,28 @@
+Mon Jan  6 04:35:05 UTC 2020 - Steve Kowalik 
+
+- Update to 1.45:
+  + Breaking Changes
+* Branch.edit_{user,team}_push_restrictions() have been removed
+  The new API is:
+ Branch.add_{user,team}_push_restrictions() to add new members
+ Branch.replace_{user,team}_push_restrictions() to replace all members
+ Branch.remove_{user,team}_push_restrictions() to remove members
+* The api_preview parameter to Github() has been removed.
+  + Bug Fixes & Improvements
+* Allow sha=None for InputGitTreeElement
+* Support github timeline events.
+* Add support for update branch
+* Refactor Logging tests
+* Fix rtd build
+* Apply black to whole codebase
+* Fix class used returning pull request comments
+* Support for create_fork
+* Use Repository.get_contents() in tests
+* Allow GithubObject.update() to be passed headers
+* Correct URL for assignees on PRs
+* Use inclusive ordered comparison for 'parameterized' requirement
+* Deprecate Repository.get_dir_contents()
+* Apply some polish to manage.sh
+- Refresh no-hardcoded-dep.patch
+
+---

Old:

  v1.44.1.tar.gz

New:

  v1.45.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.KJ5X5H/_old  2020-01-06 15:22:12.768481649 +0100
+++ /var/tmp/diff_new_pack.KJ5X5H/_new  2020-01-06 15:22:12.772481651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyGithub
-Version:1.44.1
+Version:1.45
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later

++ no-hardcoded-dep.patch ++
--- /var/tmp/diff_new_pack.KJ5X5H/_old  2020-01-06 15:22:12.788481660 +0100
+++ /var/tmp/diff_new_pack.KJ5X5H/_new  2020-01-06 15:22:12.792481661 +0100
@@ -1,13 +1,8 @@
-Index: PyGithub-1.44.1/setup.py
+Index: PyGithub-1.45/setup.py
 ===
 PyGithub-1.44.1.orig/setup.py
-+++ PyGithub-1.44.1/setup.py
-@@ -52,11 +52,11 @@ version = "1.44.1"
- tests_require = [
- "cryptography",
- "httpretty>=0.9.6",
--"parameterized==0.7.0",
-+"parameterized>=0.7.0",
+--- PyGithub-1.45.orig/setup.py
 PyGithub-1.45/setup.py
+@@ -55,7 +55,7 @@ tests_require = [
  ]
  
  if sys.version_info < (3, 3):

++ v1.44.1.tar.gz -> v1.45.tar.gz ++
 23977 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-12-11 12:14:32

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


Package is "python-PyGithub"

Wed Dec 11 12:14:32 2019 rev:13 rq:755746 version:1.44.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-11-07 23:19:44.644743460 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.4691/python-PyGithub.changes
2019-12-11 12:15:02.456512951 +0100
@@ -1,0 +2,6 @@
+Wed Dec 11 08:26:43 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to not pull in hardcoded dependencies:
+  * no-hardcoded-dep.patch
+
+---

New:

  no-hardcoded-dep.patch



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.tDSOlV/_old  2019-12-11 12:15:03.784512577 +0100
+++ /var/tmp/diff_new_pack.tDSOlV/_new  2019-12-11 12:15:03.784512577 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,12 @@
 Group:  Development/Languages/Python
 URL:https://github.com/PyGithub/PyGithub
 Source: https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz
+Patch0: no-hardcoded-dep.patch
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module parameterized == 0.7.0}
+BuildRequires:  %{python_module mock >= 3.0.5}
+BuildRequires:  %{python_module parameterized >= 0.7.0}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -58,7 +59,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand $python setup.py test
+%python_exec setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++ no-hardcoded-dep.patch ++
Index: PyGithub-1.44.1/setup.py
===
--- PyGithub-1.44.1.orig/setup.py
+++ PyGithub-1.44.1/setup.py
@@ -52,11 +52,11 @@ version = "1.44.1"
 tests_require = [
 "cryptography",
 "httpretty>=0.9.6",
-"parameterized==0.7.0",
+"parameterized>=0.7.0",
 ]
 
 if sys.version_info < (3, 3):
-tests_require.append("mock==3.0.5")
+tests_require.append("mock>=3.0.5")
 
 
 if __name__ == "__main__":



commit python-PyGithub for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-11-07 23:19:39

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


Package is "python-PyGithub"

Thu Nov  7 23:19:39 2019 rev:12 rq:746113 version:1.44.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-09-25 08:39:54.754291407 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.2990/python-PyGithub.changes
2019-11-07 23:19:44.644743460 +0100
@@ -1,0 +2,12 @@
+Thu Nov  7 01:54:08 UTC 2019 - Steve Kowalik 
+
+- Update to 1.44.1:
+  * Too many changes to enumerate.
+- Drop PyGithub-drop-network-tests.patch, the test in question no longer
+  requires network access.
+- Drop fix-httpretty-dep.patch, the httpretty requirement has been relaxed
+  upstream.
+- Use %python_expand to run the test suite, it works fine on Python 3 now.
+- Add mock and parameterized to BuildRequires, the test suite requires them.
+
+---

Old:

  PyGithub-drop-network-tests.patch
  fix-httpretty-dep.patch
  v1.43.8.tar.gz

New:

  v1.44.1.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.dRNQFk/_old  2019-11-07 23:19:45.592744477 +0100
+++ /var/tmp/diff_new_pack.dRNQFk/_new  2019-11-07 23:19:45.592744477 +0100
@@ -18,19 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyGithub
-Version:1.43.8
+Version:1.44.1
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 URL:https://github.com/PyGithub/PyGithub
 Source: https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz
-# PATCH-FIX-OPENSUSE sebix+novell@sebix.at -- Remove test that needs 
network access
-Patch0: PyGithub-drop-network-tests.patch
-Patch1: fix-httpretty-dep.patch
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module parameterized == 0.7.0}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -59,8 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# When python3 support was added, none of the tests were made python3-compliant
-python setup.py test
+%python_expand $python setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++ v1.43.8.tar.gz -> v1.44.1.tar.gz ++
 7944 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2019-09-25 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-09-25 08:39:53

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


Package is "python-PyGithub"

Wed Sep 25 08:39:53 2019 rev:11 rq:732892 version:1.43.8

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-05-16 22:07:49.906403102 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.7948/python-PyGithub.changes
2019-09-25 08:39:54.754291407 +0200
@@ -1,0 +2,20 @@
+Tue Sep 24 09:30:42 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.43.8:
+  * Add two factor attributes on organizations (#1132) (a073168)
+  * Add Repository methods for pending invitations (#1159) (57af1e0)
+  * Adds get_issue_events to PullRequest object (#1154) (acd515a)
+  * Add invitee and inviter to Invitation (#1156) (0f2beac)
+  * Adding support for pending team invitations (#993) (edab176)
+  * Add support for custom base_url in GithubIntegration class (#1093) 
(6cd0d64)
+  * GithubIntegration: enable getting installation (#1135) (1818704)
+  * Add sorting capability to Organization.get_repos() (#1139) (ef6f009)
+  * Add new Organization.get_team_by_slug method (#1144) (4349bca)
+  * Add description field when creating a new team (#1125) (4a37860)
+  * Handle a path of / in Repository.get_contents() (#1070) (102c820)
+  * Add issue lock/unlock (#1107) (ec7bbcf)
+  * Fix bug in recursive repository contents example (#1166) (8b6b450)
+  * Allow name to be specified for upload_asset (#1151) (8d2a6b5)
+  * Fixes #1106 for GitHub Enterprise API (#1110) (5406579)
+
+---

Old:

  v1.43.7.tar.gz

New:

  v1.43.8.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.b6KuNX/_old  2019-09-25 08:39:57.562291032 +0200
+++ /var/tmp/diff_new_pack.b6KuNX/_new  2019-09-25 08:39:57.594291028 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyGithub
-Version:1.43.7
+Version:1.43.8
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later

++ v1.43.7.tar.gz -> v1.43.8.tar.gz ++
 2154 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-05-16 22:07:47

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


Package is "python-PyGithub"

Thu May 16 22:07:47 2019 rev:10 rq:703013 version:1.43.7

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-03-12 09:55:24.127514291 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.5148/python-PyGithub.changes
2019-05-16 22:07:49.906403102 +0200
@@ -1,0 +2,22 @@
+Tue May 14 19:43:19 UTC 2019 - Gary Smith 
+
+- Update to 1.43.7:
+  * Exclude tests from PyPI distribution (#1031) (78d283b9)
+  * Add codecov badge (#1090) (4c0b54c0)
+- Update to 1.43.6:
+  * New features
+o Add support for Python 3.7 (#1028) (6faa00ac)
+o Adding HTTP retry functionality via urllib3 (#1002) (5ae7af55)
+o Add new dismiss() method on PullRequestReview (#1053) (8ef71b1b)
+o Add since and before to get_notifications (#1074) (7ee6c417)
+o Add url parameter to include anonymous contributors in get_contributors 
(#1075) (293846be)
+o Provide option to extend expiration of jwt token (#1068) (86a9d8e9)
+  * Bug Fixes & Improvements
+o Fix the default parameter for PullRequest.create_review (#1058) 
(118def30)
+o Fix get_access_token (#1042) (6a89eb64)
+o Fix Organization.add_to_members role passing (#1039) (480f91cf)
+  * Deprecation
+o Remove Status API (6efd6318)
+- Add patch fix-httpretty-dep.patch
+
+---

Old:

  PyGithub-1.43.5.tar.gz

New:

  fix-httpretty-dep.patch
  v1.43.7.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.1uwigh/_old  2019-05-16 22:07:51.982401139 +0200
+++ /var/tmp/diff_new_pack.1uwigh/_new  2019-05-16 22:07:52.010401113 +0200
@@ -18,17 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyGithub
-Version:1.43.5
+Version:1.43.7
 Release:0
 Summary:Python library to use the GitHub API v3
 License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 URL:https://github.com/PyGithub/PyGithub
-Source: 
https://files.pythonhosted.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
+Source: https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz
 # PATCH-FIX-OPENSUSE sebix+novell@sebix.at -- Remove test that needs 
network access
 Patch0: PyGithub-drop-network-tests.patch
+Patch1: fix-httpretty-dep.patch
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
+BuildRequires:  %{python_module httpretty >= 0.9.6}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -47,18 +49,18 @@
 
 %prep
 %setup -q -n PyGithub-%{version}
-%patch0
+%autopatch -p1
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+# When python3 support was added, none of the tests were made python3-compliant
+python setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++ fix-httpretty-dep.patch ++
Index: PyGithub-1.43.7/setup.py
===
--- PyGithub-1.43.7.orig/setup.py
+++ PyGithub-1.43.7/setup.py
@@ -109,6 +109,6 @@ if __name__ == "__main__":
 },
 tests_require=[
 "cryptography",
-"httpretty==0.9.6"
+"httpretty>=0.9.6"
 ]
 )



commit python-PyGithub for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-03-12 09:55:23

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


Package is "python-PyGithub"

Tue Mar 12 09:55:23 2019 rev:9 rq:683916 version:1.43.5

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-01-24 14:03:31.07608 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.28833/python-PyGithub.changes   
2019-03-12 09:55:24.127514291 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 08:55:14 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.43.5:
+  * Many actual changes to enumerate, mostly support of current
+github api see changes.rst file
+
+---

Old:

  PyGithub-1.35.tar.gz

New:

  PyGithub-1.43.5.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.pJdSS6/_old  2019-03-12 09:55:24.835514149 +0100
+++ /var/tmp/diff_new_pack.pJdSS6/_new  2019-03-12 09:55:24.839514148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# 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
@@ -17,29 +17,27 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%{!?license: %global license %doc}
-%bcond_without test
 Name:   python-PyGithub
-Version:1.35
+Version:1.43.5
 Release:0
 Summary:Python library to use the GitHub API v3
-License:LGPL-3.0-only
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
-Url:http://pygithub.github.io/PyGithub/v1/index.html
+URL:https://github.com/PyGithub/PyGithub
 Source: 
https://files.pythonhosted.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE sebix+novell@sebix.at -- Remove test that needs 
network access
 Patch0: PyGithub-drop-network-tests.patch
+BuildRequires:  %{python_module Deprecated}
+BuildRequires:  %{python_module PyJWT}
+BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test
-BuildRequires:  %{python_module PyJWT}
-# /SECTION
+Requires:   python-Deprecated
 Requires:   python-PyJWT
+Requires:   python-requests >= 2.14.0
 Recommends: python-cryptography
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -56,11 +54,11 @@
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/}
-%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
+%python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_exec setup.py test}
+%python_exec setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++ PyGithub-1.35.tar.gz -> PyGithub-1.43.5.tar.gz ++
 31420 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-01-24 14:03:29

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


Package is "python-PyGithub"

Thu Jan 24 14:03:29 2019 rev:8 rq:659840 version:1.35

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2017-08-24 18:53:37.507061121 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.28833/python-PyGithub.changes   
2019-01-24 14:03:31.07608 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 00:35:29 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary. Generalize description.
+
+---
+Tue Dec  4 12:52:15 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.gsN6Y2/_old  2019-01-24 14:03:32.056043329 +0100
+++ /var/tmp/diff_new_pack.gsN6Y2/_new  2019-01-24 14:03:32.056043329 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# 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/
 #
 
 
@@ -22,14 +22,13 @@
 Name:   python-PyGithub
 Version:1.35
 Release:0
-Summary:Use the full Github API v3
-License:LGPL-3.0
+Summary:Python library to use the GitHub API v3
+License:LGPL-3.0-only
 Group:  Development/Languages/Python
 Url:http://pygithub.github.io/PyGithub/v1/index.html
 Source: 
https://files.pythonhosted.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE sebix+novell@sebix.at -- Remove test that needs 
network access
 Patch0: PyGithub-drop-network-tests.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,9 +43,9 @@
 %python_subpackages
 
 %description
-PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you
-can manage your Github resources (repositories, user profiles, organizations,
-etc.) from Python scripts.
+PyGithub is a Python (2 and 3) library to use the Github API v3.
+Github resources (repositories, user profiles, organizations,
+etc.) can be managed with this.
 
 %prep
 %setup -q -n PyGithub-%{version}




commit python-PyGithub for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2017-08-24 18:53:32

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


Package is "python-PyGithub"

Thu Aug 24 18:53:32 2017 rev:7 rq:517114 version:1.35

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2015-05-16 07:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 
2017-08-24 18:53:37.507061121 +0200
@@ -1,0 +2,6 @@
+Tue Aug 15 18:52:21 UTC 2017 - sebix+novell@sebix.at
+
+- convert to singlespec
+- update to 1.35
+
+---

Old:

  PyGithub-1.25.2.tar.gz

New:

  PyGithub-1.35.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.zQzES0/_old  2017-08-24 18:53:38.934860078 +0200
+++ /var/tmp/diff_new_pack.zQzES0/_new  2017-08-24 18:53:38.938859515 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,24 +16,32 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{!?license: %global license %doc}
+%bcond_without test
 Name:   python-PyGithub
-Version:1.25.2
+Version:1.35
 Release:0
 Summary:Use the full Github API v3
-License:LGPL-3.0+
+License:LGPL-3.0
 Group:  Development/Languages/Python
-Url:http://jacquev6.github.com/PyGithub
-Source: 
http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE speili...@suse.com -- Remove tests that need network 
access during build
+Url:http://pygithub.github.io/PyGithub/v1/index.html
+Source: 
https://files.pythonhosted.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE sebix+novell@sebix.at -- Remove test that needs 
network access
 Patch0: PyGithub-drop-network-tests.patch
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# SECTION test
+BuildRequires:  %{python_module PyJWT}
+# /SECTION
+Requires:   python-PyJWT
+Recommends: python-cryptography
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you
@@ -42,22 +50,22 @@
 
 %prep
 %setup -q -n PyGithub-%{version}
-%patch0 -p1
+%patch0
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
+%python_install
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/}
+%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
 
 %check
-python setup.py -q test
+%{python_exec setup.py test}
 
-%files
-%defattr(-,root,root,-)
-%doc README.rst COPYING COPYING.LESSER
-%{python_sitelib}/github
-%{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info
+%files %{python_files}
+%license COPYING COPYING.LESSER
+%doc README.md
+%{python_sitelib}/*
 
 %changelog

++ PyGithub-1.25.2.tar.gz -> PyGithub-1.35.tar.gz ++
 7418 lines of diff (skipped)

++ PyGithub-drop-network-tests.patch ++
--- /var/tmp/diff_new_pack.zQzES0/_old  2017-08-24 18:53:39.754744634 +0200
+++ /var/tmp/diff_new_pack.zQzES0/_new  2017-08-24 18:53:39.762743507 +0200
@@ -1,6 +1,6 @@
 a/github/tests/AllTests.py
-+++ b/github/tests/AllTests.py
-@@ -84,7 +84,6 @@ from Issue133 import *
+--- github/tests/AllTests.py   2017-07-10 13:18:40.0 +0200
 github/tests/AllTests.py   2017-08-15 21:19:28.243948366 +0200
+@@ -90,7 +90,6 @@
  from Issue134 import *
  from Issue139 import *
  from Issue140 import *
@@ -8,38 +8,3 @@
  from Issue158 import *
  from Issue174 import *
  from Issue214 import *
 a/github/tests/Issue142.py
-+++ /dev/null
-@@ -1,32 +0,0 @@
--# -*- coding: utf-8 -*-
--
--# ## Copyrights and license 

--#  

commit python-PyGithub for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2015-05-16 07:14:41

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


Package is python-PyGithub

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2013-12-05 07:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 
2015-05-16 07:14:47.0 +0200
@@ -1,0 +2,32 @@
+Mon May 11 15:48:45 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.25.2:
+  * Work around the GitHub API v3 returning null in some paginated
+responses
+- additional changes from version 1.25.1
+  * Fix two-factor authentication header, thanks to tradej for the
+pull request
+- additional changes from version 1.25.0
+  * Implement getting repos by id, thanks to tylertreat for the
+pull request
+  * Add Gist.owner, thanks to dalejung for the pull request
+- additional changes from version 1.24.1
+  * Fix urlquoting in search, thanks to cro for the pull request
+- additional changes from version 1.24.0
+  * Implement search, thanks to thialfihar for the pull request
+- additional changes from version 1.23.0
+  * Fix all that is based on headers in Python 3 (pagination,
+conditional request, rate_limit...), huge thanks to cwarren-mw
+for finding the bug
+  * Accept strings for assignees and collaborators, thanks to farrd
+  * Ease two-factor authentication by adding ‘onetime_password’ to
+AuthenticatedUser.create_authorization, thanks to cameronbwhite
+- additional changes from version 1.22.0
+  * Emojis, thanks to evolvelight
+  * Repository.stargazers_count, thanks to cameronbwhite
+  * User.get_teams, thanks to poulp
+- refresh PyGithub-drop-network-tests.patch
+- pass -q to test to avoid spamming the build log
+- change path of license files: moved upstream
+
+---

Old:

  PyGithub-1.21.0.tar.gz

New:

  PyGithub-1.25.2.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.0 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-PyGithub
-Version:1.21.0
+Version:1.25.2
 Release:0
 Summary:Use the full Github API v3
 License:LGPL-3.0+
@@ -52,11 +52,11 @@
 rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst github/COPYING github/COPYING.LESSER
+%doc README.rst COPYING COPYING.LESSER
 %{python_sitelib}/github
 %{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info
 

++ PyGithub-1.21.0.tar.gz - PyGithub-1.25.2.tar.gz ++
 6834 lines of diff (skipped)

++ PyGithub-drop-network-tests.patch ++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.0 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.0 +0200
@@ -1,20 +1,19 @@
-diff -ruN a/github/tests/AllTests.py b/github/tests/AllTests.py
 a/github/tests/AllTests.py 2013-11-17 22:45:12.0 +0100
-+++ b/github/tests/AllTests.py 2013-12-04 10:43:20.695062438 +0100
-@@ -83,6 +83,5 @@
+--- a/github/tests/AllTests.py
 b/github/tests/AllTests.py
+@@ -84,7 +84,6 @@ from Issue133 import *
  from Issue134 import *
  from Issue139 import *
  from Issue140 import *
 -from Issue142 import *
  from Issue158 import *
  from Issue174 import *
-diff -ruN a/github/tests/Issue142.py b/github/tests/Issue142.py
 a/github/tests/Issue142.py 2013-11-08 03:07:08.0 +0100
-+++ b/github/tests/Issue142.py 1970-01-01 01:00:00.0 +0100
+ from Issue214 import *
+--- a/github/tests/Issue142.py
 /dev/null
 @@ -1,32 +0,0 @@
 -# -*- coding: utf-8 -*-
 -
-- Copyrights and license 

+-# ## Copyrights and license 

 -# 
 #
 -# Copyright 2013 Vincent Jacques vinc...@vincent-jacques.net
 #
 -# 
 #
@@ -33,7 +32,7 

commit python-PyGithub for openSUSE:Factory

2013-12-04 Thread h_root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2013-12-05 07:18:03

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


Package is python-PyGithub

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2013-10-25 11:27:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 
2013-12-05 07:18:04.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec  4 09:47:50 UTC 2013 - speili...@suse.com
+
+- Update to version 1.21.0:
+  + No changelog, but 
https://github.com/jacquev6/PyGithub/issues?milestone=33state=closed
+- Add PyGithub-drop-network-tests.patch: Drop tests that need network access
+  during build
+
+---

Old:

  PyGithub-1.13.1.tar.gz

New:

  PyGithub-1.21.0.tar.gz
  PyGithub-drop-network-tests.patch



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.uKvNOc/_old  2013-12-05 07:18:05.0 +0100
+++ /var/tmp/diff_new_pack.uKvNOc/_new  2013-12-05 07:18:05.0 +0100
@@ -17,13 +17,15 @@
 
 
 Name:   python-PyGithub
-Version:1.13.1
+Version:1.21.0
 Release:0
 Summary:Use the full Github API v3
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Url:http://jacquev6.github.com/PyGithub
 Source: 
http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE speili...@suse.com -- Remove tests that need network 
access during build
+Patch0: PyGithub-drop-network-tests.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +42,7 @@
 
 %prep
 %setup -q -n PyGithub-%{version}
-chmod -x README.rst github/COPYING{,.LESSER}
+%patch0 -p1
 
 %build
 python setup.py build
@@ -49,12 +51,13 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
 
-#%%check
-#python setup.py test
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root,-)
 %doc README.rst github/COPYING github/COPYING.LESSER
-%{python_sitelib}/*
+%{python_sitelib}/github
+%{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ PyGithub-1.13.1.tar.gz - PyGithub-1.21.0.tar.gz ++
 28671 lines of diff (skipped)

++ PyGithub-drop-network-tests.patch ++
diff -ruN a/github/tests/AllTests.py b/github/tests/AllTests.py
--- a/github/tests/AllTests.py  2013-11-17 22:45:12.0 +0100
+++ b/github/tests/AllTests.py  2013-12-04 10:43:20.695062438 +0100
@@ -83,6 +83,5 @@
 from Issue134 import *
 from Issue139 import *
 from Issue140 import *
-from Issue142 import *
 from Issue158 import *
 from Issue174 import *
diff -ruN a/github/tests/Issue142.py b/github/tests/Issue142.py
--- a/github/tests/Issue142.py  2013-11-08 03:07:08.0 +0100
+++ b/github/tests/Issue142.py  1970-01-01 01:00:00.0 +0100
@@ -1,32 +0,0 @@
-# -*- coding: utf-8 -*-
-
- Copyrights and license 

-#  
#
-# Copyright 2013 Vincent Jacques vinc...@vincent-jacques.net 
#
-#  
#
-# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/  
#
-#  
#
-# PyGithub is free software: you can redistribute it and/or modify it under
#
-# the terms of the GNU Lesser General Public License as published by the Free  
#
-# Software Foundation, either version 3 of the License, or (at your option)
#
-# any later version.   
#
-#  
#
-# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY  
#
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
#
-# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more 
#
-# details. 
#
-#  
#
-# You should have received a copy of the GNU Lesser General Public License 
#
-# along with PyGithub. If not, see http://www.gnu.org/licenses/. 
#
-#  

commit python-PyGithub for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2013-10-25 11:27:55

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


Package is python-PyGithub

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2013-04-23 15:19:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 
2013-10-25 11:27:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:11:48 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.ie1uxf/_old  2013-10-25 11:28:00.0 +0200
+++ /var/tmp/diff_new_pack.ie1uxf/_new  2013-10-25 11:28:00.0 +0200
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-PyGithub
 Version:1.13.1
 Release:0
-License:LGPL-3.0+
 Summary:Use the full Github API v3
-Url:http://jacquev6.github.com/PyGithub
+License:LGPL-3.0+
 Group:  Development/Languages/Python
+Url:http://jacquev6.github.com/PyGithub
 Source: 
http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org