Overview

Request 213343 superseded

- Version bump to 0.5.3:
+ Various parser fixes and extended testsuite coverage
thanks to reports from packagers team.

- Version bump to 0.5.2:
+ Fixes issues found while parsing libreoffice
+ Fixes issues 4 and 3 on github

- Version bump to 0.5.1:
+ Fixes the conditionals placement and makes all tests pass.

- Version bump to 0.4.2:
+ fix inlining
+ fix service shell script
+ rename obs service to different from format_spec_file

- Fix build on fedora as they bytecompile the py

- Version bump to 0.4.1
+ Fixes to actually be able to parse own specfile.

- Version bump to 0.4.0:
+ Add extensive testsuite
+ Split the code for readability purposes
+ Mimic all the functionality from prep_spec
+ Provide and obsolete obs-service-format_spec_file

Loading...
Request History
Tomáš Chvátal's avatar

scarabeus_iv created request

- Version bump to 0.5.3:
+ Various parser fixes and extended testsuite coverage
thanks to reports from packagers team.

- Version bump to 0.5.2:
+ Fixes issues found while parsing libreoffice
+ Fixes issues 4 and 3 on github

- Version bump to 0.5.1:
+ Fixes the conditionals placement and makes all tests pass.

- Version bump to 0.4.2:
+ fix inlining
+ fix service shell script
+ rename obs service to different from format_spec_file

- Fix build on fedora as they bytecompile the py

- Version bump to 0.4.1
+ Fixes to actually be able to parse own specfile.

- Version bump to 0.4.0:
+ Add extensive testsuite
+ Split the code for readability purposes
+ Mimic all the functionality from prep_spec
+ Provide and obsolete obs-service-format_spec_file


Factory Auto's avatar

factory-auto added a reviewer

Please review sources


Factory Auto's avatar

factory-auto added a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Factory Auto's avatar

factory-auto added a reviewer

Check Staging Project


Saul Goodman's avatar

licensedigger accepted review

{"approve": "preliminary, version number changed"}


Stephan Kulow's avatar

coolo accepted review

Not core enough for our staging


Factory Repo Checker's avatar

factory-repo-checker accepted review

Builds for repo openSUSE_Factory


Sascha Peilicke's avatar

saschpe declined request

+%if 0%{?suse_version} > 01220
+BuildRequires: python3
+%endif

doesn'T make sense to me. especially with the unconditional buildrequires: python. The latter may be needed if you use the ssl (or _ssl) module during build. This doesn't seem to be the case though...

It seems you want to run against py3 on 12.2+ right? For that, you need to use the she-bang "#!/usr/bin/python3" because /usr/bin/python is not put under update-alternatives and will remain py2 for a long time.

Requires: python-base

Is equally unneeded if you install stuff into %python_sitelib/sitearch. /usr/lib/rpm/pythondeps.sh fill generate a dep for you.


Sascha Peilicke's avatar

saschpe declined review

+%if 0%{?suse_version} > 01220
+BuildRequires: python3
+%endif

doesn'T make sense to me. especially with the unconditional buildrequires: python. The latter may be needed if you use the ssl (or _ssl) module during build. This doesn't seem to be the case though...

It seems you want to run against py3 on 12.2+ right? For that, you need to use the she-bang "#!/usr/bin/python3" because /usr/bin/python is not put under update-alternatives and will remain py2 for a long time.

Requires: python-base

Is equally unneeded if you install stuff into %python_sitelib/sitearch. /usr/lib/rpm/pythondeps.sh fill generate a dep for you.


Tomáš Chvátal's avatar

scarabeus_iv superseded request

superseded by 213824

openSUSE Build Service is sponsored by