From 44e88da7ac50dba2af8d087c21a27592666aa41b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 4 May 2023 07:28:11 -0400 Subject: [PATCH] Fix an obsolete comment referring to bitbucket --- python-ruamel-yaml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 89eaa04..be93a07 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -11,8 +11,7 @@ Summary: YAML 1.2 loader/dumper package for Python # SPDX License: MIT URL: https://sourceforge.net/projects/ruamel-yaml -# Use bitbucket sources so we can run the tests -# https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml/code/ruamel-yaml-code-58889c2d944d5d0b22948a15d6fcb97c68d599de.zip +# The PyPI sdist does not contain tests, so we use a snapshot from SourceForge Source: https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml/code/ruamel-yaml-code-%{commit}.zip BuildArch: noarch @@ -78,6 +77,7 @@ k="${k-}${k+ and }not test_dump_cyaml_1_2" - Stop numbering the source archive - Add a bootstrap conditional to break the circular dependency with ruamel.yaml.clib +- Fix an obsolete comment referring to bitbucket * Wed May 03 2023 Maxwell G - 0.17.22-1 - Update to 0.17.22. Fixes rhbz#2192464.