crochet 2.1.1-1 source package in Ubuntu

Changelog

crochet (2.1.1-1) unstable; urgency=medium

  * New upstream version 2.1.1.
  * d/control: Bump Standards-Version to 4.6.2, no changes needed.
  * d/rules: Fix FTBFS after successful build (Closes: #1044332).

 -- Sergio de Almeida Cipriano Junior <email address hidden>  Thu, 07 Sep 2023 07:46:35 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crochet_2.1.1-1.dsc 2.0 KiB 2cfaadc371a62b591b35e764699e49f89724372e76484d7c58cdffe838d75be6
crochet_2.1.1.orig.tar.gz 62.3 KiB 7ece69de1ce8e63ffc0af8e2331ec4eb898d91ed4271aafa4ccc398523b81cf9
crochet_2.1.1-1.debian.tar.xz 3.8 KiB aa1796526f6c4d1607abad6e12d71e2aa086dcea5ce5dda5bf55f5e7c78e6d98

Available diffs

No changes file available.

Binary packages built by this source

python3-crochet: Library that makes it easier to use Twisted from regular blocking code

 Crochet is a library that makes it easier to use Twisted from regular blocking
 code. Some use cases include:
 .
 Easily use Twisted from a blocking framework like Django or Flask.
 .
 Write a library that provides a blocking API, but uses Twisted for
 its implementation.
 .
 Port blocking code to Twisted more easily, by keeping a backwards
 compatibility layer.
 .
 Allow normal Twisted programs that use threads to interact with
 Twisted more cleanly from their threaded parts. For example, this
 can be useful when using Twisted as a WSGI container.
 .
 This package installs the library for Python 3.