#15 Update to 2.9.0
Merged 2 years ago by ksurma. Opened 3 years ago by ksurma.
rpms/ ksurma/python-pygments update-to-2.9.0  into  rawhide

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

- Pygments-1.3.1.tar.gz

- /Pygments-1.4.tar.gz

- /Pygments-1.6.tar.gz

- /Pygments-2.0.2.tar.gz

- /fix-shell-injection-in-font-manager.patch

- /Pygments-2.1.3.tar.gz

- /Pygments-2.2.0.tar.gz

- /Pygments-2.3.1.tar.gz

- /Pygments-2.4.2.tar.gz

- /Pygments-2.6.1.tar.gz

- /Pygments-2.7.1.tar.gz

- /Pygments-2.7.2.tar.gz

- /Pygments-2.7.4.tar.gz

- /Pygments-2.8.1.tar.gz

- /Pygments-2.8.1-clean.tar.xz

+ /Pygments-*.tar.[gx]z

file modified
+5 -2
@@ -3,8 +3,8 @@ 

  %bcond_without tests

  

  Name:           python-pygments

- Version:        2.8.1

- Release:        4%{?dist}

+ Version:        2.9.0

+ Release:        1%{?dist}

  Summary:        Syntax highlighting engine written in Python

  

  License:        BSD
@@ -90,6 +90,9 @@ 

  %endif

  

  %changelog

+ * Fri Jun 11 2021 Karolina Surma <ksurma@redhat.com> - 2.9.0-1

+ - Update to 2.9.0 (rhbz#1956417)

+ 

  * Thu Jun 03 2021 Petr Viktorin <pviktori@redhat.com> - 2.8.1-4

  - Remove test files with a no-nuclear license from the sources

  

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

- SHA512 (Pygments-2.8.1-clean.tar.xz) = a0711c479c29fb94423e55e0b10ca55f38acce3e495af8677e5b13d292ed767223a419ae588cdbd8f0fc001b6290cf28aefd5bb88732eca08bf5aea3a4a13577

+ SHA512 (Pygments-2.9.0-clean.tar.xz) = 2cdb1dbe5f98f6701ee606d38e19bfefb8e09dfe66a86bcbe1a984c54529eb26f6b45ec8bfb17399c6ffcd1ccba30d5856732ab70499efb6808028d3eaf9fa46

Build succeeded.

rebased onto 0b29bfa

2 years ago

Build succeeded.

Feel free to delete fix-shell-injection-in-font-manager.patch as well, it is most likely some very old relic.

rebased onto 9a3e66a

2 years ago

Thanks for the suggestion, done.

Build succeeded.

Status: I've identified two packages that FTBFS with Pygments.
- python-diff-cover rebase to fix it is prepared and waits for this update to be pushed.
- python-nikola failed with the current Pygments version and was never fixed, FTBFS bug was also filed for it in connection with Python3.10 rebuild with no activity from the maintainer so far.

I assume it's safe to update, but I'd wait with the merge to update at the same time as Sphinx + components as they're being tested together.

Pull-Request has been merged by ksurma

2 years ago