forked from pool/python-PyGithub
* Many actual changes to enumerate, mostly support of current github api see changes.rst file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=17
92 lines
3.5 KiB
Plaintext
92 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
||
Wed Mar 6 08:55:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Update to 1.43.5:
|
||
* Many actual changes to enumerate, mostly support of current
|
||
github api see changes.rst file
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 19 00:35:29 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Use noun phrase in summary. Generalize description.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 4 12:52:15 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Remove superfluous devel dependency for noarch package
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 15 18:52:21 UTC 2017 - sebix+novell.com@sebix.at
|
||
|
||
- convert to singlespec
|
||
- update to 1.35
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 11 15:48:45 UTC 2015 - benoit.monin@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
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 4 09:47:50 UTC 2013 - speilicke@suse.com
|
||
|
||
- Update to version 1.21.0:
|
||
+ No changelog, but https://github.com/jacquev6/PyGithub/issues?milestone=33&state=closed
|
||
- Add PyGithub-drop-network-tests.patch: Drop tests that need network access
|
||
during build
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 24 11:11:48 UTC 2013 - speilicke@suse.com
|
||
|
||
- Require python-setuptools instead of distribute (upstreams merged)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 23 07:17:50 UTC 2013 - speilicke@suse.com
|
||
|
||
- Add COPYING and COPYING.LESSER
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 11 06:51:48 UTC 2013 - cfarrell@suse.com
|
||
|
||
- license update: LGPL-3.0+
|
||
See setup.py as well as all the source code files in the package itself
|
||
(and the COPYING.LESSER)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 10 13:21:07 UTC 2013 - speilicke@suse.com
|
||
|
||
- Fix spurious executable perms (README.rst)
|
||
- Don't ship testsuite (scripts w/o sheban / fdupes warnings)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 10 13:09:56 UTC 2013 - speilicke@suse.com
|
||
|
||
- Initial version
|
||
|