From 1d31eba92a5bc16d0c574f348fc3fd7148ffb549 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jan 16 2024 14:00:39 +0000 Subject: Merge remote-tracking branch 'origin/main' into f38 --- diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..168dcc9 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,21 @@ +upstream_project_url: https://github.com/xsuchy/templated-dictionary +upstream_tag_template: python-templated-dictionary-{version}-1 +issue_repository: https://github.com/xsuchy/templated-dictionary +copy_upstream_release_description: false + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - rawhide + +- job: koji_build + trigger: commit + allowed_committers: ['packit'] + dist_git_branches: + - fedora-all + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all diff --git a/python-templated-dictionary.spec b/python-templated-dictionary.spec index 7de6955..e4c7cbf 100644 --- a/python-templated-dictionary.spec +++ b/python-templated-dictionary.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Dictionary with Jinja2 expansion License: GPL-2.0-or-later @@ -54,6 +54,12 @@ version=%version %py3_install %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.2-3 +- Rebuilt for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild