From 7c2cc0aceabe92055db1e9d532a2da9ca3680684 Mon Sep 17 00:00:00 2001 From: nforro Date: Fri, 6 Oct 2023 10:43:36 +0000 Subject: [PATCH] Release 0.46.1 --- CHANGELOG.md | 4 ++++ fedora/python-ogr.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eac8f96..5e76cbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.46.1 + +- Migrated from `setup.py` + `setup.cfg` to `pyproject.toml` with `hatchling` as a build backend and to pyproject macros in the spec file. (#808) + # 0.46.0 - We have fixed a bug in `get_fork` method for Pagure about checking the usernames for a match when going through existing forks. (#800) diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index 6ba67afc..fcfd3fe0 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -1,5 +1,5 @@ Name: python-ogr -Version: 0.46.0 +Version: 0.46.1 Release: 1%{?dist} Summary: One API for multiple git forges @@ -48,6 +48,9 @@ One Git library to Rule! %changelog +* Fri Oct 06 2023 Packit Team - 0.46.1-1 +- New upstream release 0.46.1 + * Fri Sep 08 2023 Packit Team - 0.46.0-1 - New upstream release 0.46.0