#3 Update to 0.8.4
Merged 2 years ago by lbalhar. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-mistune update-to-0.8.4  into  rawhide

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

  /v0.7.2.tar.gz

  /v0.7.3.tar.gz

  /v0.8.3.tar.gz

+ /v0.8.4.tar.gz

file modified
+11 -7
@@ -4,17 +4,18 @@ 

  The fastest markdown parser in pure Python, inspired by marked.}

  

  Name:           python-mistune

- Version:        0.8.3

- Release:        16%{?dist}

+ Version:        0.8.4

+ Release:        1%{?dist}

  Summary:        Markdown parser for Python 

  

  License:        BSD

  URL:            https://github.com/lepture/mistune

  Source0:        https://github.com/lepture/mistune/archive/v%{version}.tar.gz

  

+ BuildArch:      noarch

+ 

  BuildRequires:  gcc

  

- BuildRequires:  python3-Cython

  BuildRequires:  python3-devel

  BuildRequires:  python3-pytest

  BuildRequires:  python3-setuptools
@@ -40,7 +41,7 @@ 

  %install

  %py3_install

  

- pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitearch}

+ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitelib}

  %{_fixperms} %{buildroot}/*

  

  
@@ -51,12 +52,15 @@ 

  %files -n python3-%{upname}

  %doc README.rst

  %license LICENSE

- %{python3_sitearch}/%{upname}.*

- %{python3_sitearch}/%{upname}-%{version}-py%{python3_version}.egg-info/

- %{python3_sitearch}/__pycache__/%{upname}*

+ %{python3_sitelib}/%{upname}.*

+ %{python3_sitelib}/%{upname}-%{version}-py%{python3_version}.egg-info/

+ %{python3_sitelib}/__pycache__/%{upname}*

  

  

  %changelog

+ * Fri Jul 09 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.8.4-1

+ - Update to 0.8.4

+ 

  * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8.3-16

  - Rebuilt for Python 3.10

  

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

- SHA512 (v0.8.3.tar.gz) = a130bfa0fbba934ca1455423e58ca3079e34ba5d7d11d01bc6078b82c8275be1261ca7ee857aff525bf19d85b19916b6ae40926197e6575989c9eda482075eea

+ SHA512 (v0.8.4.tar.gz) = 44f155966e135ae157a8769e566119d86d1cdae28a4c27ecb54c33a9497096d0d4284a98da0c1bd47195f1b5c83e293b9655a912431adb18bfe84766ba1adc15

no initial comment

CI restarted and it's green now. The diff looks good to me.

It' might be green, but the package doesn't build. The build triggered by the CI is https://koji.fedoraproject.org/koji/taskinfo?taskID=57498377

Apparently mistune 0.8.4 builds without Cython, into sitelib, and should be noarch.

rebased onto 732c09b

3 years ago

I don't see de-cythonation mentioned in https://mistune.readthedocs.io/en/v0.8.4/#version-0-8-4 -- be careful, I seem to recall that the non-cython noarch version is just a fallback when something fails.

So far only one out of 29 depending packages failed. Three of them are still running.

https://copr.fedorainfracloud.org/coprs/thrnciar/python-mistune/packages/

I don't see de-cythonation mentioned in [changelog]

It's not a user-visible change, so I can see why it wouldn't be mentioned.

The logs in your copr are no longer available. Could you please include the change from https://src.fedoraproject.org/rpms/python-mistune/pull-request/4 proposed by @cstratak here to not create a conflict eventually?

rebased onto 12bccfd

3 years ago

Build succeeded.

1 new commit added

  • Run the tests with pytest instead of nose
3 years ago

The logs in your copr are no longer available. Could you please include the change from https://src.fedoraproject.org/rpms/python-mistune/pull-request/4 proposed by @cstratak here to not create a conflict eventually?

@lbalhar Done, let's wait if CI is happy.

Build succeeded.

Sorry, this PR slipped out of my radar. Could you please rebase it?

rebased onto c05a7e9

2 years ago

Oh, I totally forgot about it as well. Rebased.

Build succeeded.

I'm gonna rebuild and check dependant packages and if they are okay, I'll merge and ship this.

Pull-Request has been merged by lbalhar

2 years ago