forked from pool/python-ogr
Accepting request 1010560 from devel:languages:python
- Update to 0.40.0:
* Implement the closed_by property for the Pagure pull request for
getting the login of the account that closed the pull request. (#718)
* Add users_with_write_access so you can generate the set of users that
have write access to the project and the method has_write_access(user),
to query if a user has access.
OBS-URL: https://build.opensuse.org/request/show/1010560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ogr?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfb2b60ceb1019a708efefdbe220e15888bb3e7f7ed48ca1ef05bada4bae3a50
|
||||
size 3994797
|
||||
3
ogr-0.40.0.tar.gz
Normal file
3
ogr-0.40.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8abd4053ba20df169995c2be6a35bd9a0b5af7a32ec0a6e5e9bd2bee40fa4405
|
||||
size 3884336
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 04:02:57 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.40.0:
|
||||
* Implement the closed_by property for the Pagure pull request for
|
||||
getting the login of the account that closed the pull request. (#718)
|
||||
* Add users_with_write_access so you can generate the set of users that
|
||||
have write access to the project and the method has_write_access(user),
|
||||
to query if a user has access.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 09:50:06 UTC 2022 - Daniel García Moreno <dani@danigm.net>
|
||||
|
||||
|
||||
@@ -19,11 +19,10 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-ogr
|
||||
Version: 0.38.1
|
||||
Version: 0.40.0
|
||||
Release: 0
|
||||
Summary: One API for multiple git forges
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/packit-service/ogr
|
||||
Source: https://files.pythonhosted.org/packages/source/o/ogr/ogr-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools_scm_git_archive}
|
||||
|
||||
Reference in New Issue
Block a user