Skip to content

Commit 4488fba

Browse files
Merge pull request #181 from csomh/release-0.7.1
Release 0.7.1 Two things happening here: Configure Packit to use the release description from GitHub to update the changelog in Fedora. Release notes on GitHub will need to be "spec-file-safe". Updated the spec-file to prepare a new release. Reviewed-by: None <None> Reviewed-by: Hunor Csomortáni <[email protected]>
2 parents 3aa4969 + b755868 commit 4488fba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.packit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ upstream_project_url: https://github.com/packit/requre
66
# we are setting this so we can use packit from requre's dist-git
77
# packit can't know what's the upstream name when running from distgit
88
upstream_package_name: requre
9+
# Use release description from GitHub when updating the
10+
# changelog in Fedora.
11+
copy_upstream_release_description: true
912
actions:
1013
# we need this b/c `git archive` doesn't put all the metadata in the tarball:
1114
# LookupError: setuptools-scm was unable to detect version for '/builddir/build/BUILD/requre-0.11.1'.

fedora/python-requre.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname requre
22

33
Name: python-%{srcname}
4-
Version: 0.7.0
4+
Version: 0.7.1
55
Release: 1%{?dist}
66
Summary: Python library what allows re/store output of various objects for testing
77

@@ -57,6 +57,9 @@ rm -rf %{srcname}.egg-info
5757
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
5858

5959
%changelog
60+
* Fri Apr 30 2021 Hunor Csomortáni <[email protected]> - 0.7.1-1
61+
- New upstream release: 0.7.1
62+
6063
* Fri Mar 12 2021 Jan Ščotka <[email protected]> - 0.7.0-1
6164
- New version
6265

0 commit comments

Comments
 (0)