Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Sep 7, 2023
1 parent 2fb8dcc commit e831cad
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@

- Upgrade to libgit2 v1.7.1

- docs: update links to pypy, pygit2.org
- Don't distribute wheels for pypy, only universal wheels for macOS

- New `Repository.remotes.create_anonymous(url)`
`#1229 <https://github.com/libgit2/pygit2/pull/1229>`_

- docs: update links to pypi, pygit2.org
`#1228 <https://github.com/libgit2/pygit2/pull/1228>`_

- Prep work for Python 3.12 (not yet supported)
`#1223 <https://github.com/libgit2/pygit2/pull/1223>`_


1.12.2 (2023-06-25)
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pygit2 - libgit2 bindings in Python
######################################################################

Bindings to the libgit2 shared library, implements Git plumbing.
Supports Python 3.8+ and PyPy3 7.3+
Supports Python 3.8 to 3.11 and PyPy3 7.3+

.. image:: https://github.com/libgit2/pygit2/actions/workflows/tests.yml/badge.svg
:target: https://github.com/libgit2/pygit2/actions/workflows/tests.yml
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
apt-get update
apt-get install wget -y
if [ -z "$OPENSSL_VERSION" ]; then
apt-get install libffi-dev libssl-dev -y
apt-get install libssl-dev -y
fi
elif [ -f /usr/bin/yum ]; then
yum install wget zlib-devel -y
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pygit2 - libgit2 bindings in Python
######################################################################

Bindings to the libgit2 shared library, implements Git plumbing.
Supports Python 3.8+ and PyPy3 7.3+
Supports Python 3.8 to 3.11 and PyPy3 7.3+

Links
=====================================
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Requirements

Supported versions of Python:

- Python 3.8+
- Python 3.8 to 3.11
- PyPy3 7.3+

Python requirements (these are specified in ``setup.py``):
Expand Down

0 comments on commit e831cad

Please sign in to comment.