Page MenuHomeSolus

D11526.id27884.diff
No OneTemporary

D11526.id27884.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : python-pygithub
-version : 1.54.1
-release : 3
+version : '1.55'
+release : 4
source :
- - https://github.com/PyGithub/PyGithub/archive/v1.54.1.tar.gz : 40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed
+ - https://github.com/PyGithub/PyGithub/archive/refs/tags/v1.55.tar.gz : c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1
+homepage : https://github.com/PyGithub/PyGithub
license : LGPL-3.0-or-later
component : programming.python
summary : Typed interactions with the GitHub API
@@ -10,17 +11,22 @@
PyGitHub is a Python library to access the GitHub API and Github Enterprise API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
builddeps :
- python-deprecated
+ - python-httpretty
- python-pyjwt
+ - python-pynacl
+ - python-pytest
- python-requests
- python-six
- - python-sphinx-rtd-theme
+ - python-wheel
rundeps :
- python-deprecated
- python-pyjwt
+ - python-pynacl
- python-requests
- python-six
- - python-sphinx-rtd-theme
build : |
%python3_setup
install : |
%python3_install
+check : |
+ %python3_test pytest3 -v
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>python-pygithub</Name>
+ <Homepage>https://github.com/PyGithub/PyGithub</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Packager>
<License>LGPL-3.0-or-later</License>
<PartOf>programming.python</PartOf>
@@ -19,11 +20,11 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.54.1-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.54.1-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.54.1-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.54.1-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.54.1-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.55-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.55-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.55-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.55-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/PyGithub-1.55-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/AccessToken.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/AccessToken.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/ApplicationOAuth.py</Path>
@@ -169,6 +170,8 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/github/ProjectCard.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/ProjectColumn.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/ProjectColumn.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/github/PublicKey.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/github/PublicKey.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/PullRequest.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/PullRequest.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/PullRequestComment.py</Path>
@@ -310,6 +313,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/Project.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/ProjectCard.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/ProjectColumn.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/PublicKey.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/PullRequest.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/PullRequestComment.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/github/__pycache__/PullRequestMergeStatus.cpython-37.pyc</Path>
@@ -348,12 +352,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2021-02-24</Date>
- <Version>1.54.1</Version>
+ <Update release="4">
+ <Date>2021-07-24</Date>
+ <Version>1.55</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 21 2023, 3:28 AM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5827965
Default Alt Text
D11526.id27884.diff (5 KB)

Event Timeline