Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
nospam
Commits
1fe71f69
Commit
1fe71f69
authored
Oct 20, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.3
parent
efc99f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
debian/changelog
debian/changelog
+6
-0
debian/control
debian/control
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
1fe71f69
nospam (0.3) unstable; urgency=medium
* Compatible with Python 3.
-- Autistici/Inventati <debian@autistici.org> Sun, 20 Oct 2019 15:46:33 +0100
nospam (0.2.4) unstable; urgency=medium
* Use Flask to provide a WSGI app to the gevent WSGI server.
...
...
debian/control
View file @
1fe71f69
...
...
@@ -7,7 +7,7 @@ Standards-Version: 3.9.6
Package: nospam
Architecture: all
Homepage: http://
code
.autistici.org/
p
/nospam
Homepage: http
s
://
git
.autistici.org/
ai
/nospam
Depends: ${misc:Depends}, ${python:Depends},
python-setuptools, python-protobuf, python-jinja2, python-greenlet, python-yaml,
python-gevent (>= 1.0), build-essential, libevent-dev (>= 1.4), curl, crm114, adduser
...
...
setup.py
View file @
1fe71f69
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"nospam"
,
version
=
"0.
2.
3"
,
version
=
"0.3"
,
description
=
"Spam classifier for NoBlogs."
,
author
=
"ale"
,
author_email
=
"ale@incal.net"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment