pystring 1.1.4-1 source package in Ubuntu

Changelog

pystring (1.1.4-1) unstable; urgency=medium

  * New upstream release
  * debian/control:
    - fix Vcs-* fields with correct team
    - S-V bump 4.6.0 -> 4.6.2 (no changes needed)

 -- Matteo F. Vescovi <email address hidden>  Sat, 21 Jan 2023 20:41:41 +0100

Upload details

Uploaded by:
Debian PhotoTools Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PhotoTools Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pystring_1.1.4-1.dsc 2.1 KiB 1d175cddc695709fe4eb0d6ddd3c01e5f19f68ad226a8a69826df5ca7181e450
pystring_1.1.4.orig.tar.gz 18.7 KiB 49da0fe2a049340d3c45cce530df63a2278af936003642330287b68cefd788fb
pystring_1.1.4-1.debian.tar.xz 2.5 KiB 463068425a9609297c5bf1ea3aba3aab4cd4c736492bdc38d3ceb88ff20adc90

Available diffs

No changes file available.

Binary packages built by this source

libpystring-dev: collection of C++ functions for Python's string class methods - development

 Pystring is a collection of C++ functions which match the interface
 and behavior of Python's string class methods using std::string.
 Implemented in C++, it does not require or make use of a Python
 interpreter. It provides convenience and familiarity for common
 string operations not included in the standard C++ library.
 It's also useful in environments where both C++ and Python are used.
 .
 Overlapping functionality (such as index and slice/substr) of
 std::string is included to match Python interfaces.
 .
 This package provides the headers.

libpystring0: collection of C++ functions for Python's string class methods - runtime

 Pystring is a collection of C++ functions which match the interface
 and behavior of Python's string class methods using std::string.
 Implemented in C++, it does not require or make use of a Python
 interpreter. It provides convenience and familiarity for common
 string operations not included in the standard C++ library.
 It's also useful in environments where both C++ and Python are used.
 .
 Overlapping functionality (such as index and slice/substr) of
 std::string is included to match Python interfaces.
 .
 This package provides the shared libraries.

libpystring0-dbgsym: debug symbols for libpystring0