Skip to content
Snippets Groups Projects
Commit 10fdccf3 authored by Stuart D. Gathman's avatar Stuart D. Gathman
Browse files

Release 1.0.4

parent 7d097fa4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
# This code is under the GNU General Public License. See COPYING for details.
from __future__ import print_function
__version__ = '1.0.3'
__version__ = '1.0.4'
import os
import re
......
......@@ -4,7 +4,7 @@ web:
rsync -ravKk doc/html/ bmsi.com:/var/www/html/pymilter
cd doc/html; zip -r ../../doc .
VERSION=1.0.3
VERSION=1.0.4
PKG=pymilter-$(VERSION)
SRCTAR=$(PKG).tar.gz
......
## A very simple milter to prevent mixing of internal and external mail.
## A very simple sample milter to prevent mixing of internal and external mail.
# Internal is defined as using one of a list of internal top level domains.
# This code is open-source on the same terms as Python.
......
......@@ -9,7 +9,7 @@
Summary: %{sum}
Name: python-pymilter
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Url: http://bmsi.com/pymilter
Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz
......@@ -138,6 +138,10 @@ if [ $1 -eq 0 ] ; then
fi
%changelog
* Wed Apr 17 2019 Stuart Gathman <stuart@gathman.org> - 1.0.4-1
- New upstream release: cleanup unused files, additional platform support
- Minor doc updates
* Sun Dec 23 2018 Stuart Gathman <stuart@gathman.org> - 1.0.3-1
- New upstream release
- patch step for python3 no longer required in build
......
......@@ -14,7 +14,7 @@ libdirs = ["/usr/lib/libmilter"] # needed for Debian
modules = ["mime"]
# NOTE: importing Milter to obtain version fails when milter.so not built
setup(name = "pymilter", version = '1.0.3',
setup(name = "pymilter", version = '1.0.4',
description="Python interface to sendmail milter API",
long_description="""\
This is a python extension module to enable python scripts to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment