Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 8, 2025
1 parent f362f1d commit a011e26
Show file tree
Hide file tree
Showing 126 changed files with 136 additions and 127 deletions.
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Authors:
Kaarel Kitsemets
Ken Dreyer
Kevin KIN-FOO
Kyle Gottfried
Marcel Waldvogel
Masud Rahman
Mathieu Parent
Expand Down Expand Up @@ -174,10 +175,12 @@ Authors:
Jasper Lievisse Adriaanse
Jimisola Laursen
Jiri Benc
Johann Miller
Jonathan Robson
Josh Bleecher Snyder
Julia Evans
Justin Clift
Kevin Valk
Konstantinos Smanis
Kyriakos Oikonomakos
Lance Eftink
Expand All @@ -187,6 +190,7 @@ Authors:
Mathieu Bridon
Mathieu Pillard
Matthaus Woolard
Matěj Cepl
Maxwell G
Michał Górny
Na'aman Hirschfeld
Expand All @@ -208,6 +212,7 @@ Authors:
Rodrigo Bistolfi
Ross Nicoll
Rui Abreu Ferreira
Rui Chen
Sandro Jäckel
Saul Pwanson
Shane Turner
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.17.0 (UNRELEASED)
# 1.17.0 (2025-01-08)

- Upgrade to libgit2 1.9

Expand All @@ -8,6 +8,10 @@
- Fix build with GCC 14
[#1324](https://github.com/libgit2/pygit2/pull/1324)

- Release wheels for PyPy
[#1336](https://github.com/libgit2/pygit2/pull/1336)
[#1339](https://github.com/libgit2/pygit2/pull/1339)

- CI: update tests for macOS to use OpenSSL 3
[#1335](https://github.com/libgit2/pygit2/pull/1335)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.16.{build}
version: 1.17.{build}
image: Visual Studio 2019
configuration: Release
environment:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'pygit2'
copyright = '2010-2024 The pygit2 contributors'
copyright = '2010-2025 The pygit2 contributors'
# author = ''

# The full version, including alpha/beta/rc tags
release = '1.16.0'
release = '1.17.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pygit2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
4 changes: 2 additions & 2 deletions pygit2/_build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down Expand Up @@ -34,7 +34,7 @@
#
# The version number of pygit2
#
__version__ = '1.16.0'
__version__ = '1.17.0'


#
Expand Down
2 changes: 1 addition & 1 deletion pygit2/_run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/blame.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/branches.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/callbacks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/credentials.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/ffi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/filter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/legacyenums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/packbuilder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/references.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/refspec.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/remotes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/repository.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/submodules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion pygit2/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2024 The pygit2 contributors
# Copyright 2010-2025 The pygit2 contributors
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/blob.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/branch.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/branch.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/commit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/diff.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/diff.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/error.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/error.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/filter.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/filter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mailmap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mailmap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/note.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/note.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/object.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/object.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/odb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/odb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/odb_backend.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/odb_backend.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/oid.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/oid.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
2 changes: 1 addition & 1 deletion src/patch.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2024 The pygit2 contributors
* Copyright 2010-2025 The pygit2 contributors
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
Expand Down
Loading

0 comments on commit a011e26

Please sign in to comment.