8000 0.31.0 release by TomasTomecek · Pull Request #651 · packit/ogr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.31.0 release #651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.31.0

- Ogr now catches internal exceptions from Gitlab and Github and converts them
to ogr exceptions, GitlabAPIException and GithubAPIException, respectively. A
new exception, OgrNetworkError, has been introduced for signalling situations
where a request could not be performed due to a network outage. (#642)
- The documentation was converted to Google-style docstrings. (#646)
- Releases and development builds of ogr are now built in copr projects
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it matters to the users from PyPI, but I guess it's fine 🤷‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PyPI - probably not
Fedora %changelog - not as well
Upstream release changelog - absolutely

so I'm definitely keeping it :)

packit/packit-dev and packit/packit-releases. (#644)

# 0.30.0

- New method to get pull request and issue comments by their comment ID on
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-ogr.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname ogr

Name: python-%{srcname}
Version: 0.30.0
Version: 0.31.0
Release: 1%{?dist}
Summary: One API for multiple git forges

Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info


%changelog
* Wed Oct 27 2021 Tomas Tomecek <ttomecek@redhat.com> - 0.31.0-1
- New upstream release 0.31.0

* Thu Sep 30 2021 Hunor Csomortáni <csomh@redhat.com> - 0.30.0-1
- New upstream release 0.30.0

Expand Down
0