Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Section: python
· f3cc9ffd
Andreas Tille
authored
Sep 05, 2019
f3cc9ffd
Upload to new
· 70463015
Andreas Tille
authored
Sep 05, 2019
70463015
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
70463015
pypubsub (4.0.3-1)
UNRELEASED
; urgency=medium
pypubsub (4.0.3-1)
unstable
; urgency=medium
* Initial release (Closes: #
<bug>
)
* Initial release (Closes: #
939493
)
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 1
5
:1
3:58
+0200
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 1
6
:1
6:00
+0200
debian/control
View file @
70463015
Source: pypubsub
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section:
science
Section:
python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
...
...
@@ -17,8 +17,8 @@ Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: Python 3 publish-subcribe library
Provides a publish-subscribe API to facilitate event-based or message-
based
architecture in a single-process application. It is pure Python
Provides a publish-subscribe API to facilitate event-based or message-
based
architecture in a single-process application. It is pure Python
and works on Python 3.3+. It is centered on the notion of a topic;
senders publish messages of a given topic, and listeners subscribe to
messages of a given topic, all inside the same process. The package also
...
...