From Fedora Project Wiki
(Example spec file with changes)
(Add trackers)
 
(12 intermediate revisions by 4 users not shown)
Line 13: Line 13:


== Owner ==
== Owner ==
* Name: [[User:pviktori| Petr Viktorin]]
* Name: [[User:pviktori| Petr Viktorin]], [[SIGs/Python| Python SIG]]
** Email: pviktori@redhat.com
* Email: pviktori@redhat.com, python-devel@lists.fedoraproject.org
 
* Name: [[SIGs/Python| Python SIG]]
** Email: python-devel@lists.fedoraproject.org
 
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo)
* FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address>
-->


== Current status ==
== Current status ==
[[Category:ChangePageIncomplete]]
[[Category:ChangeAcceptedF35]]
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
Line 41: Line 34:
ON_QA -> change is fully code complete
ON_QA -> change is fully code complete
-->
-->
* FESCo issue: <will be assigned by the Wrangler>
* FESCo issue: [https://pagure.io/fesco/issue/2625 #2625]
* Tracker bug: <will be assigned by the Wrangler>
* Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1977883 #1977883]
* Release notes tracker: <will be assigned by the Wrangler>
* Release notes tracker: <will not be assigned by the Wrangler: not user-facing>


== Detailed Description ==
== Detailed Description ==


New Python packaging guidelines are available at this Pull request: XXX https://pagure.io/fork/pviktori/packaging-committee/diff/master..new-py-guidelines
The proposed new Python packaging guidelines are available at this Pull request: https://pagure.io/packaging-committee/pull-request/1072


A rendered version (which might lag behind the pull request) is at: XXX
A rendered preview (which might be deleted by the time you read this) is at: http://100.26.217.43/packaging-committee-pr1072/packaging-guidelines/Python/


=== Not removing older guidelines ===
=== Not removing older guidelines ===
Line 133: Line 126:
==== Tests, linters and coverage ====
==== Tests, linters and coverage ====


Running upstream tests is mandatory.
Running upstream tests or at least smoke testing the packaged Python modules is mandatory.
Running linters (e.g. {{package|pylint}}, {{package|pyflakes}},
Running linters (e.g. {{package|pylint}}, {{package|pyflakes}},
{{package|python-black}})
{{package|python-black}})
Line 210: Line 203:
  %check
  %check
  # The old guidelines mentioned one way of running tests which is deprecated
  # The old guidelines mentioned one way of running tests which is deprecated
  # and in many cases leaded to unexpected results (such as: 0 tests run, success)
  # and in many cases lead to unexpected results (such as: 0 tests run, success)
  # Alternatively, %%pytest can be used with the old macros as well
  # Alternatively, %%pytest can be used with the old macros as well
  %{python3} setup.py test
  %{python3} setup.py test
Line 295: Line 288:
== Feedback ==
== Feedback ==


The new guidelines wede discussed extensively on
The new guidelines were discussed extensively on
[https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/ZCNUQBJLDUJUJXK2EOPP2MWL6FJKLBPS/ the Python SIG list discussion thread].
[https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/ZCNUQBJLDUJUJXK2EOPP2MWL6FJKLBPS/ the Python SIG list discussion thread].


Line 332: Line 325:
=== Conditioning names on PyPI ===
=== Conditioning names on PyPI ===


Neal also [https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/IYBF5GX6HVQYPC5EJ6HVK7GJHAIKHVBK/fundamentally disagrees]
Neal also [https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/IYBF5GX6HVQYPC5EJ6HVK7GJHAIKHVBK/ fundamentally disagrees]
“on conditioning those names on PyPI, because frankly no other ecosystem
“on conditioning those names on PyPI, because frankly no other ecosystem
in Fedora works that way. Not Rust, not Go, not Perl, not OCaml, not anything.”
in Fedora works that way. Not Rust, not Go, not Perl, not OCaml, not anything.”
Line 353: Line 346:
for dependency resolution.
for dependency resolution.


=== Mandatory tests ===
When this change was proposed, the guidelines contained a rule that said running upstream tests in %check or Fedora CI is a MUST. Based on the [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/ZSFZG76OYMB64K2N55QT2CRNPCKRAIYY/ strong push back against that rule], it was relaxed to a SHOULD. However at least smoke testing (e.g. by importing the Python modules) is still mandatory. Mentions of the Fedora CI were removed from the guidelines.


<!-- Summarize the feedback from the community and address why you chose not to accept proposed alternatives. This section is optional for all change proposals but is strongly suggested. Incorporating feedback here as it is raised gives FESCo a clearer view of your proposal and leaves a good record for the future. If you get no feedback, that is useful to note in this section as well. For innovative or possibly controversial ideas, consider collecting feedback before you file the change proposal. -->
<!-- Summarize the feedback from the community and address why you chose not to accept proposed alternatives. This section is optional for all change proposals but is strongly suggested. Incorporating feedback here as it is raised gives FESCo a clearer view of your proposal and leaves a good record for the future. If you get no feedback, that is useful to note in this section as well. For innovative or possibly controversial ideas, consider collecting feedback before you file the change proposal. -->
Line 370: Line 366:


== Scope ==
== Scope ==
* Policies and guidelines: XXX https://pagure.io/fork/pviktori/packaging-committee/diff/master..new-py-guidelines
* Policies and guidelines: https://pagure.io/packaging-committee/pull-request/1072
<!-- Do the packaging guidelines or other documents need to be updated for this feature?  If so, does it need to happen before or after the implementation is done?  If a FPC ticket exists, add a link here. Please submit a pull request with the proposed changes before submitting your Change proposal. -->
<!-- Do the packaging guidelines or other documents need to be updated for this feature?  If so, does it need to happen before or after the implementation is done?  If a FPC ticket exists, add a link here. Please submit a pull request with the proposed changes before submitting your Change proposal. -->


Line 380: Line 376:
* Other developers: Maintainers of packages that use Python should gradually switch to the new guidelines
* Other developers: Maintainers of packages that use Python should gradually switch to the new guidelines


* Release engineering: XXX [https://pagure.io/releng/issues #Releng issue number] <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Release engineering: https://pagure.io/releng/issue/10164
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuild required?  include a link to the releng issue.  
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuild required?  include a link to the releng issue.  
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication -->
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication -->
Line 401: Line 397:
[mailto:python-devel@lists.fedoraproject.org Pytohn SIG list] instead;
[mailto:python-devel@lists.fedoraproject.org Pytohn SIG list] instead;
the document is already quite long.)
the document is already quite long.)
Until this change proposal is approved and enabled, you'll need to BuildRequire `pyproject-rpm-macros` to have the new macros available.


Updated packages should be tested normally, as with any other package update.
Updated packages should be tested normally, as with any other package update.


== User Experience ==
== User Experience ==

Latest revision as of 15:51, 30 June 2021

Python Packaging Guidelines overhaul

Summary

The Python Packaging guidelines will be rewritten, with the major changes being PyPI parity and usage of upstream metadata.

A new set of macros, Package-x-generic-16.pngpyproject-rpm-macros, written in mind with the new guidelines and with upstream best practices, are documented in the new guidelines as practical examples.

The older (a.k.a. "201x-era") Python Packaging guidelines will remain in effect as an option (until retired by another Fedora Change).

Owner

Current status

  • Targeted release: Fedora Linux 35
  • Last updated: 2021-06-30
  • FESCo issue: #2625
  • Tracker bug: #1977883
  • Release notes tracker: <will not be assigned by the Wrangler: not user-facing>

Detailed Description

The proposed new Python packaging guidelines are available at this Pull request: https://pagure.io/packaging-committee/pull-request/1072

A rendered preview (which might be deleted by the time you read this) is at: http://100.26.217.43/packaging-committee-pr1072/packaging-guidelines/Python/

Not removing older guidelines

The current ("201x-era") guidelines will stay in effect as an option for packages that haven't migrated yet or those that cannot follow the new guidelines for whatever unforeseen reason.

They will be retired in another Fedora Change, some time after the vast majority of Python packages follow the new guidelines and there are no known blockers for the remaining ones. There's no rush; it might well take a decade.

Guideline Changes

See an external document for a detailed list of changes to MUST/SHOULD rules. The major ones are listed here:

Requiring python3-devel

All packages that use Python at run- or build-time will need to BuildRequire Package-x-generic-16.pngpython3-devel. This package brings the necessary macros and settings, and it will enable automated or manual checks. (For example, Python maintainers use this requirement to list packages that use Python in some way and might be affected by planned changes.)

PyPI Parity

Machine-readable metadata (distribution names in dist-info directories on disk and the corresponding python3.Xdist(foo) RPM provides) will match the Python Package Index (PyPI).

This solves a namespace issue. Python packaging tools use a flat namespace, and PyPI is the place where open-source Python packages are generally published, so users and tools assume a package called requests is whatever requests means on PyPI. While this is not ideal (especially for private packages), it makes sense for Fedora to align with the PyPI namespace.

Note that Fedora package names are not affected – just the Python packaging metadata on disk and virtual RPM Provides generated from it.

The new guidelines cover what to do for packages that cannot be registered on PyPI. The Change owner is prepared to help with PyPI registration.

Note that names found in Fedora but not on PyPI have been reserved on PyPI to avoid being taken by unrelated projects.


Upstream metadata

Upstream “dist-info” metadata for Python packages is now standardized and shareable with other distributors (be it Linux distros or others). As much as possible, RPM metadata should be automatically taken from there, rather be duplicated in the spec file (and likely diverge over time). This includes run-time and build-time requirements for Python packages, tests and test requirements for packages that use the tox tool, and Extras (optional features).

Packagers are expected to treat metadata bugs as any other bugs. (That is, ideally: patch them and present the patches upstream).

Naming

The new guidelines explain the various names a Python package can have (Fedora package name, project name, import name) and begs developers/maintainers to keep them synchronized if possible.

Python 3

The new guidelines only cover Python 3.

Python 2 does not need its own guidelines. Package-x-generic-16.pngpython2.7 is deprecated and as of this writing, only about 35 packages use it, usually under individual FESCo exceptions.

Python 4 is not planned upstream.

Tests, linters and coverage

Running upstream tests or at least smoke testing the packaged Python modules is mandatory. Running linters (e.g. Package-x-generic-16.pngpylint, Package-x-generic-16.pngpyflakes, Package-x-generic-16.pngpython-black) or test coverage measurements (e.g. Package-x-generic-16.pngpython-coverage) is discouraged.

Non-Guideline Changes

The Package-x-generic-16.pngpython3-devel package, a mandatory build-time requirement for all packages that use Python, will require Package-x-generic-16.pngpyproject-rpm-macros, helpers designed for the new guidelines.

While this small package is not always necessary, it will make life easier for most Python packagers.

Package-x-generic-16.pngpyproject-rpm-macros is currently documented as provisional; that label will be removed and a 1.0 release will be made.

Example spec file with changes

Example of a spec file following the old guidelines:

Name:           python-pello
Version:        1.0.2
Release:        1%{?dist}
Summary:        Example Python library

License:        MIT
URL:            https://github.com/fedora-python/Pello
Source0:        %{url}/archive/v%{version}/Pello-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel

# Build dependencies needed to be specified manually
BuildRequires:  python3-setuptools

# Test dependencies needed to be specified manually
BuildRequires:  python3-pytest >= 3

# Runtime dependencies needed to be specified manually on build time to run tests
BuildRequires:  python3-blessings

%global _description %{expand:
A python module which provides a convenient example.
This description provides some details.}

%description %_description

%package -n python3-pello
Summary:        %{summary}
Recommends:     python3-pello+color

%description -n python3-pello %_description


# The metadata directory needed to be specified manually for Python extras
%python_extras_subpkg -n python3-pello color -i %{python3_sitelib}/*.egg-info


%prep
%autosetup -p1 -n Pello-%{version}


%build
# The macro only supported projects with setup.py
%py3_build


%install
# The macro only supported projects with setup.py
%py3_install


%check
# The old guidelines mentioned one way of running tests which is deprecated
# and in many cases lead to unexpected results (such as: 0 tests run, success)
# Alternatively, %%pytest can be used with the old macros as well
%{python3} setup.py test


%files -n python3-pello
%doc README.md
%license LICENSE.txt
%{_bindir}/pello_greeting

# The library files needed to be listed manually,
# often with extra care about the .pyc cache (although not in this example)
%{python3_sitelib}/pello/

# The metadata files needed to be listed manually
%{python3_sitelib}/Pello-*.egg-info/

Example of a spec file following the new guidelines:

Name:           python-pello
Version:        1.0.2
Release:        1%{?dist}
Summary:        Example Python library

License:        MIT
URL:            https://github.com/fedora-python/Pello
Source0:        %{url}/archive/v%{version}/Pello-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel

%global _description %{expand:
A python module which provides a convenient example.
This description provides some details.}

%description %_description

%package -n python3-pello
Summary:        %{summary}
Recommends:     python3-pello+color

%description -n python3-pello %_description


%pyproject_extras_subpkg -n python3-pello color


%prep
%autosetup -p1 -n Pello-%{version}


%generate_buildrequires
# The build/test/runtime BuildRequires are generated from upstream metadata
%pyproject_buildrequires -t


%build
# The macro supports setup.py-based and pyproject.toml-based build
%pyproject_wheel


%install
# The macro supports setup.py-based and pyproject.toml-based build
%pyproject_install

# Library and metadata files can be saved automatically
%pyproject_save_files pello


%check
# test can run via the upstream de-facto standard way
# tox based tests run in Fedora's environment, not a Python virtual environment
# for projects without tox, %%pytest is preferred
%tox


# For python3-pello, %%{pyproject_files} handles code files, but
# executables, documentation and license must be listed in the spec file:
%files -n python3-pello -f %{pyproject_files}
%doc README.md
%license LICENSE.txt
%{_bindir}/pello_greeting

Feedback

The new guidelines were discussed extensively on the Python SIG list discussion thread.

Two major objections remain. Both were best voiced by Neal Gompa:

Burdening packagers

Neal does “not necessarily disagree that PyPI and Fedora pythonXdist() names should match, but [he disagrees] on burdening packagers with this.”

However, actually pushing a package to PyPI (and maintaining it there) is not necessary. The minimal-effort solution is to reserve the name on PyPI so that a conflicting package can not be created there.

The author of this change is willing to do this work for all Python packages whose upstream is not on PyPI; packagers need to send a request to the Python SIG list. If something happens to me, Red Hat's python-maint team is also ready to do this, and in the event of catastrophic management change, PyPI maintainers can be e-mailed directly.

This is all described in the new guidelines (see the PyPI parity section).

The new guidelines discourage the minimal-effort solution because it is suboptimal for users (and for the wider Python ecosystem).

(It was further suggested that the registration process should be automatic to minimize burden on packagers. It will be automated if it's too much for humans to handle, but we expect there won't be enough requests to make automation worth it.)

Conditioning names on PyPI

Neal also fundamentally disagrees “on conditioning those names on PyPI, because frankly no other ecosystem in Fedora works that way. Not Rust, not Go, not Perl, not OCaml, not anything.”

It's true that no other ecosystem in Fedora does this, but the author of this change believes that they should: if the ecosystem uses a flat namespace of dependencies, its Fedora packages should use the ecosystem-wide namespace rather than a Fedora-specific one. RPM predates global per-ecosystem directories of free/open software, but they are here and users (at least those affected by these issues) are used to them.

For Python specifically, PyPI is already a de-facto standard: if you see a name in install_requires in setup.py of some random upstream project you want to package, you can assume that it's the PyPI name.

It is in the best interest of Fedora's users to use PyPI names for dependency resolution.

Mandatory tests

When this change was proposed, the guidelines contained a rule that said running upstream tests in %check or Fedora CI is a MUST. Based on the strong push back against that rule, it was relaxed to a SHOULD. However at least smoke testing (e.g. by importing the Python modules) is still mandatory. Mentions of the Fedora CI were removed from the guidelines.


Benefit to Fedora

The new packaging guidelines should encourage sharing packaging work with upstream developers (and through them, with other distros). Hopefully, they'll also free up some packagers' time.

PyPI parity will hopefully enable automated ways of mixing Fedora packages with upstream ones.

The updated examples and notes will be more useful to today's packagers.

The older (a.k.a. "201x-era") Python Packaging guidelines only cover projects that use setup.py-based installation (via setuptools or distutils). The new guidelines and macros support more "build backends" (such as setup.py-less setuptools, poetry, flit or others) transparently via PEP 517 (and they continue to work with projects that use setup.py to install).

Scope

  • Other developers: Maintainers of packages that use Python should gradually switch to the new guidelines
  • Trademark approval: N/A (not needed for this Change)
  • Alignment with Objectives: N/A

Upgrade/compatibility impact

None expected. Any compatibility impact on individual packages would be a bug.

How To Test

If you maintain a package that uses Python, try to follow the new guidelines. Any major omission or ambiguity is a bug. (Minor/unique cases should be discussed on the Pytohn SIG list instead; the document is already quite long.)

Until this change proposal is approved and enabled, you'll need to BuildRequire pyproject-rpm-macros to have the new macros available.

Updated packages should be tested normally, as with any other package update.

User Experience

No direct impact on end users.

Dependencies

PyPI maintainers are aware of the general direction the Guidelines, and have been supportive.



Contingency Plan

  • Contingency mechanism: Revert to the older guidelines
  • Contingency deadline: N/A (Any time until old guidelines are retired, in a separate Change)
  • Blocks release? No


Documentation

The new guidelines are the documentation. See Detailed Description above for links.

Release Notes

Fedora's Python Packaging guidelines have been rewritten to align with modern Python packaging practices and better integrate with the wider Python ecosystem (specifically, the Python Package Index).