#1 Remove version limit from lxml
Merged a year ago by gotmax23. Opened a year ago by lbalhar.
rpms/ lbalhar/python-pymaven-patch rawhide  into  rawhide

@@ -35,6 +35,10 @@ 

  

  %prep

  %forgeautosetup -p1

+ 

+ # Remove version limit from lxml

+ sed -i "s/lxml.*/lxml/" requirements.txt

+ 

  %generate_buildrequires

  # Fix issue about "versioning for this project requires either an sdist tarball,

  # or access to an upstream git repository. It's also possible that there is a

We are about to update lxml package to version 5.1.0 and this package has a version limit. I've tried to remove it by sed in the specfile and it builds fine with the latest lxml as well so I'm proposing this change. When merged, it'll unblock the update.

rebased onto c0ae715

a year ago

The only part of the installability test that's failing is

downgrade: python3-pymaven-patch-0:0.3.0-4.fc41.noarch

That's expected, as that old version fails to install right now.

Pull-Request has been merged by gotmax23

a year ago
Metadata