#3 Update rawhide to upstream release 1.0.0
Merged 3 months ago by ankursinha. Opened 3 months ago by packit.
rpms/ packit/python-pytest-sugar 1.0.0-rawhide-update-pull_from_upstream  into  rawhide

file modified
+1
@@ -3,3 +3,4 @@ 

  /pytest-sugar-0.9.4.tar.gz

  /pytest-sugar-0.9.6.tar.gz

  /pytest-sugar-0.9.7.tar.gz

+ /pytest-sugar-1.0.0.tar.gz

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.90.0.post1.dev3+g3d9551d2.

file modified
+4 -3
@@ -3,11 +3,12 @@ 

  and shows a progress bar.}

  

  Name:           python-pytest-sugar

- Version:        0.9.7

+ Version:        1.0.0

  Release:        %autorelease

  Summary:        Change the default look and feel of pytest

  

- License:        BSD

+ # SPDX

+ License:        BSD-3-Clause

  URL:            https://pypi.org/project/pytest-sugar

  Source0:        %{pypi_source pytest-sugar}

  
@@ -35,7 +36,7 @@ 

  

  %install

  %pyproject_install

- %pyproject_save_files pytest_sugar

+ %pyproject_save_files -l pytest_sugar

  

  %check

  PYTHONPATH=. %{pytest} -v -s

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pytest-sugar-0.9.7.tar.gz) = 7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf

+ SHA512 (pytest-sugar-1.0.0.tar.gz) = 3976a77c76ae9a83a84753d426902650d0a63d686a84cdd25439c01ae444ae0a84c6095bf0ee5cfaf544e1cc69680001676a8dc4314d0f4d22c3021cb5b7c41d

Upstream tag: v1.0.0
Upstream commit: ceec846c
Release monitoring project: 96452
Resolves rhbz#2262324


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-pytest-sugar.git
cd python-pytest-sugar
git checkout 1.0.0-rawhide-update-pull_from_upstream
git push origin 1.0.0-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd python-pytest-sugar
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-pytest-sugar.git
git fetch packit refs/heads/1.0.0-rawhide-update-pull_from_upstream
git checkout 1.0.0-rawhide-update-pull_from_upstream
git push packit 1.0.0-rawhide-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e76e780908ee4c00994d32ee8568f204

2 new commits added

  • Assert existence of license file
  • Migrate to SPDX license
3 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/8f572967e7354f9c8037777b9a32a820

This is for rawhide and F39 only. F38 is missing a new enough termcolor:

No matching package to install: 'python3dist(termcolor) >= 2.1'

Pull-Request has been merged by ankursinha

3 months ago