python-redmine 2.5.0-1 source package in Ubuntu

Changelog

python-redmine (2.5.0-1) unstable; urgency=medium

  * New upstream version 2.5.0
  * d/control:
    - Replace Build-Depends: python3-nose with python3-pytest (Closes: #1018572)
    - Replace Build-Depends: python3-cov with python3-pytest-cov
    - Add Testsuite: autopkgtest-pkg-pybuild
  * Remove d/tests/control and use autopkgtest-pkg-pybuild instead
  * Drop d/patches since patches applied upstream
  * d/copyright: Update copyright year for upstream
  * d/rules: Remove 'PYBUILD_TEST_ARGS' since it's redundant

 -- Akash Doppalapudi <email address hidden>  Tue, 02 Apr 2024 17:09:15 +0000

Upload details

Uploaded by:
Akash Doppalapudi
Uploaded to:
Sid
Original maintainer:
Akash Doppalapudi
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-redmine_2.5.0-1.dsc 2.0 KiB d477e4eaf6dab3592d92edc94c5af81c980b9ca3fcbf343eab37898cadd6e406
python-redmine_2.5.0.orig.tar.gz 71.9 KiB 81bdc529aaf188658e2d07488096c795d03d4e256711bfa3fa3f17b1eecc471b
python-redmine_2.5.0-1.debian.tar.xz 2.9 KiB 73d9c766cbb91e9c7032cb6a982d0d3ecffbc647e1c5c170a5f7de46c0981333

Available diffs

No changes file available.

Binary packages built by this source

python3-redminelib: Python library for the Redmine RESTful API (Python 3)

 Python Redmine is a library for communicating with a Redmine project
 management application. Redmine exposes some of it's data via RESTful
 (Representational State Transfer) application programming interface (API) for
 which Python Redmine provides a simple but powerful Pythonic API inspired by
 a well-known Django object-relational mapping (ORM).
 .
 This is the Python 3 version of the package.