| Summary: | python-django-registration: Provide a Python 3 subpackage | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Orsava <torsava> | ||||||||
| Component: | python-django-registration | Assignee: | Praveen Kumar <kumarpraveen.nitdgp> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 25 | CC: | jberan, kumarpraveen.nitdgp, lbalhar, mhroncok | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | python-django-registration-2.1.2-1.fc26 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-09-07 11:34:00 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1285816, 1333770 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Tomas Orsava
2016-04-05 14:49:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Created attachment 1185808 [details]
Spec file patch to provide Python 3 subpackage
Changes in the spec file:
- update to version 2.1.2
- url and source update
- modernized specfile with Python 3 packaging
Created attachment 1188352 [details]
Updated spec file: modernized %prep section
Hello. Thank you for new specfile. It looks good to me but I think that this package should have separated subpackage for documentation because docs folder contains a lot of files. What do you think about it? Hi Lumír, if you mean to separate docs directory like *.egg-info directory, it does not work as the docs directory is not presented in the particular build directories for Python 2 and Python 3 packages. Therefore, I would prefer to keep it as is. Hi. I mean create separated subpackage like this: > %package doc > Summary: %{summary} > > %description doc > This package contains documentation for %{name}. and then in %files section: > %files doc > %doc AUTHORS PKG-INFO README.rst docs/* and two other packages package without docs folder. Is it now clearer? Created attachment 1191690 [details]
Updated spec file
Hi Lumír,
thanks for the hint, I updated and have attached the spec file.
Hello. Specfile looks good to me now. Thank you. If maintainer has nothing against, we can push this changes after a week. Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=15293747 This looks good to me. Thanks for make it available as python3 subpackage. |