diff --git a/ogr-0.38.1.tar.gz b/ogr-0.38.1.tar.gz deleted file mode 100644 index a72a2ca..0000000 --- a/ogr-0.38.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb2b60ceb1019a708efefdbe220e15888bb3e7f7ed48ca1ef05bada4bae3a50 -size 3994797 diff --git a/ogr-0.40.0.tar.gz b/ogr-0.40.0.tar.gz new file mode 100644 index 0000000..075df6d --- /dev/null +++ b/ogr-0.40.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abd4053ba20df169995c2be6a35bd9a0b5af7a32ec0a6e5e9bd2bee40fa4405 +size 3884336 diff --git a/python-ogr.changes b/python-ogr.changes index 88008c3..bc7a5b0 100644 --- a/python-ogr.changes +++ b/python-ogr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 14 04:02:57 UTC 2022 - Steve Kowalik + +- 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 diff --git a/python-ogr.spec b/python-ogr.spec index 54517a1..958b263 100644 --- a/python-ogr.spec +++ b/python-ogr.spec @@ -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}