python-releases 2.1.1-1 source package in Ubuntu

Changelog

python-releases (2.1.1-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-sphinx and
      python3-sphinx-rtd-theme.
  * Bump debhelper from old 12 to 13.
  * Re-export upstream signing key without extra signatures.
  * Update standards version to 4.6.1, no changes needed.

  [ Emmanuel Arias ]
  * d/watch: Remove option pgpsigurlmangle.
    - d/u/signing-key.asc: Remove file it is not in pypi.d.n repository.
  * New upstream version (Closes: #1067826, #1073488).
  * d/patches: Update
    0001-Remove-travis-ci-image-and-link-to-avoid-privacy-bre.patch,
    0002-Remove-calculated-date-from-docs-conf.py-to-support-.patch and
    0003-Fix-usage-of-semanticversion-to-intended-API.patch patches.
  * d/watch: Bump watch version to 4.

 -- Emmanuel Arias <email address hidden>  Sun, 16 Jun 2024 11:52:48 -0300

Upload details

Uploaded by:
Zygmunt Krynicki
Uploaded to:
Sid
Original maintainer:
Zygmunt Krynicki
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-releases_2.1.1-1.dsc 2.2 KiB abd72a20b81c130ed86b28176d27e4c7ba85ea6f6b904853a2e61e546aaa06b5
python-releases_2.1.1.orig.tar.gz 42.0 KiB ae0683c3f309931a3717c6976e0f079929d05d34214b432a95764e61367f58d1
python-releases_2.1.1-1.debian.tar.xz 7.1 KiB 389b765c8244be06ed136bd29a6be09a5129526cc57983bdba44207790ac1a35

Available diffs

No changes file available.

Binary packages built by this source

python-releases-doc: Sphinx extension for changelog manipulation documentation

 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the documentation for releases.

python3-releases: Sphinx extension for changelog manipulation (Python 3)

 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the python3.x version of the library