e81bc93
%global common_description %{expand:
e81bc93
Twisted is a networking engine written in Python, supporting numerous protocols.
e81bc93
It contains a web server, numerous chat clients, chat servers, mail servers
e81bc93
and more.}
e81bc93
7ef050a
Name:           python-twisted
e81bc93
Version:        18.4.0
601128f
Release:        2%{?dist}
7ef050a
Summary:        Twisted is a networking engine written in Python
e81bc93
f3066a6
License:        MIT
92fd0f4
URL:            http://twistedmatrix.com/
8e4c027
Source0:        https://files.pythonhosted.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
5f293c7
bf4ccb5
# https://github.com/twisted/twisted/pull/966 rebased
bf4ccb5
Patch0:         966.patch
cf2f797
e81bc93
%{?python_enable_dependency_generator}
e81bc93
5f293c7
%description
e81bc93
%{common_description}
5f293c7
5f293c7
5f293c7
%package -n python2-twisted
5f293c7
Summary:        %{summary}
5f293c7
%{?python_provide:%python_provide python2-twisted}
7ef050a
04872ce
BuildRequires:  python2-devel >= 2.6
e81bc93
BuildRequires:  python2dist(appdirs) >= 1.4.0
e81bc93
BuildRequires:  python2dist(automat) >= 0.3.0
e81bc93
BuildRequires:  python2dist(constantly) >= 15.1
e81bc93
BuildRequires:  python2dist(cryptography) >= 1.5
e81bc93
BuildRequires:  (python2dist(h2) >= 3.0 with python2dist(h2) < 4.0)
e81bc93
BuildRequires:  python2dist(hyperlink) >= 17.1.1
e81bc93
BuildRequires:  python2dist(idna) >= 0.6
e81bc93
BuildRequires:  python2dist(incremental) >= 16.10.1
e81bc93
BuildRequires:  (python2dist(priority) >= 1.1.0 with python2dist(priority) < 2.0)
e81bc93
BuildRequires:  python2dist(pyasn1)
e81bc93
BuildRequires:  python2dist(pyopenssl) >= 16.0.0
e81bc93
BuildRequires:  python2dist(pyserial) >= 3.0
e81bc93
BuildRequires:  python2dist(service-identity)
e81bc93
BuildRequires:  python2dist(setuptools)
e81bc93
BuildRequires:  python2dist(zope.interface) >= 4.4.2
7ef050a
5f293c7
%description -n python2-twisted
e81bc93
%{common_description}
5f293c7
5f293c7
5f293c7
%package -n python3-twisted
5f293c7
Summary:        %{summary}
5f293c7
%{?python_provide:%python_provide python3-twisted}
5f293c7
04872ce
BuildRequires:  python3-devel >= 3.3
e81bc93
BuildRequires:  python3dist(appdirs) >= 1.4.0
e81bc93
BuildRequires:  python3dist(automat) >= 0.3.0
e81bc93
BuildRequires:  python3dist(constantly) >= 15.1
e81bc93
BuildRequires:  python3dist(cryptography) >= 1.5
e81bc93
BuildRequires:  (python3dist(h2) >= 3.0 with python3dist(h2) < 4.0)
e81bc93
BuildRequires:  python3dist(hyperlink) >= 17.1.1
e81bc93
BuildRequires:  python3dist(idna) >= 0.6
e81bc93
BuildRequires:  python3dist(incremental) >= 16.10.1
e81bc93
BuildRequires:  (python3dist(priority) >= 1.1.0 with python3dist(priority) < 2.0)
e81bc93
BuildRequires:  python3dist(pyasn1)
e81bc93
BuildRequires:  python3dist(pyopenssl) >= 16.0.0
e81bc93
BuildRequires:  python3dist(pyserial) >= 3.0
e81bc93
BuildRequires:  python3dist(service-identity)
e81bc93
BuildRequires:  python3dist(setuptools)
e81bc93
BuildRequires:  python3dist(sphinx) >= 1.3.1
e81bc93
BuildRequires:  python3dist(zope.interface) >= 4.4.2
cf2f797
5f293c7
%description -n python3-twisted
e81bc93
%{common_description}
cvsextras cefce8b
cvsextras cefce8b
cvsextras cefce8b
%prep
bf4ccb5
%autosetup -p1 -n Twisted-%{version}
7ef050a
cf2f797
7ef050a
%build
e81bc93
%py2_build
5f293c7
%py3_build
e81bc93
e81bc93
# generate html docs 
e81bc93
PYTHONPATH=${PWD}/src/ sphinx-build-3 docs html
e81bc93
# remove the sphinx-build leftovers
e81bc93
rm -rf html/.{doctrees,buildinfo}
cvsextras cefce8b
469d9bb
469d9bb
%install
5f293c7
%py2_install
7ef050a
Tom Prince 146d97e
# Packages that install arch-independent twisted plugins install here.
Tom Prince 146d97e
# https://bugzilla.redhat.com/show_bug.cgi?id=1252140
e81bc93
mkdir -p %{buildroot}%{python2_sitelib}/twisted/plugins
e81bc93
mkdir -p %{buildroot}%{python3_sitelib}/twisted/plugins
Tom Prince 146d97e
7ef050a
# no-manual-page-for-binary
e81bc93
mkdir -p %{buildroot}%{_mandir}/man1/
Tom Prince 2db2937
for s in conch core mail; do
e81bc93
cp -a docs/$s/man/*.1 %{buildroot}%{_mandir}/man1/
7ef050a
done
469d9bb
7ef050a
# devel-file-in-non-devel-package
e81bc93
rm -v %{buildroot}%{python2_sitearch}/twisted/test/raiser.c
e81bc93
rm -v %{buildroot}%{python2_sitearch}/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c
e81bc93
rm -v %{buildroot}%{python2_sitearch}/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h
e81bc93
rm -v %{buildroot}%{python2_sitearch}/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c
e81bc93
rm -v %{buildroot}%{python2_sitearch}/twisted/python/_sendmsg.c
5f293c7
7ef050a
# pem-certificate
Tom Prince 4f12f32
# Needed for self-tests.
7ef050a
652e334
# wrong-script-interpreter
652e334
# pop3testserver.py: applies to py2.4 and that is the current default
652e334
# scripttest.py: is noop
652e334
7ef050a
# non-executable-script
e81bc93
chmod +x %{buildroot}%{python2_sitearch}/twisted/mail/test/pop3testserver.py
e81bc93
chmod +x %{buildroot}%{python2_sitearch}/twisted/trial/test/scripttest.py
7ef050a
7ef050a
# non-standard-executable-perm
e81bc93
chmod 755 %{buildroot}%{python2_sitearch}/twisted/python/_sendmsg.so
e81bc93
chmod 755 %{buildroot}%{python2_sitearch}/twisted/test/raiser.so
7ef050a
5f293c7
# Move and symlink python2 scripts
cf2f797
# no-manual-page-for-binary: man page is trial and twistd
5f293c7
mv %{buildroot}%{_bindir}/trial %{buildroot}%{_bindir}/trial-%{python2_version}
5f293c7
ln -s ./trial-%{python2_version} %{buildroot}%{_bindir}/trial-2
5f293c7
5f293c7
mv %{buildroot}%{_bindir}/twistd %{buildroot}%{_bindir}/twistd-%{python2_version}
5f293c7
ln -s ./twistd-%{python2_version} %{buildroot}%{_bindir}/twistd-2
e81bc93
e81bc93
ln -s ./trial-%{python2_version} %{buildroot}%{_bindir}/trial
5f293c7
ln -s ./twistd-%{python2_version} %{buildroot}%{_bindir}/twistd
e81bc93
e81bc93
%py3_install
e81bc93
e81bc93
# Move and symlink python3 scripts
e81bc93
# no-manual-page-for-binary: man page is trial and twistd
e81bc93
mv %{buildroot}%{_bindir}/trial %{buildroot}%{_bindir}/trial-%{python3_version}
e81bc93
ln -s ./trial-%{python3_version} %{buildroot}%{_bindir}/trial-3
e81bc93
ln -s ./trial-%{python3_version} %{buildroot}%{_bindir}/trial
e81bc93
e81bc93
mv %{buildroot}%{_bindir}/twistd %{buildroot}%{_bindir}/twistd-%{python3_version}
e81bc93
ln -s ./twistd-%{python3_version} %{buildroot}%{_bindir}/twistd-3
e81bc93
ln -s ./twistd-%{python3_version} %{buildroot}%{_bindir}/twistd
e81bc93
e81bc93
rm -v %{buildroot}%{python3_sitearch}/twisted/test/raiser.c
e81bc93
rm -v %{buildroot}%{python3_sitearch}/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c
e81bc93
rm -v %{buildroot}%{python3_sitearch}/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h
e81bc93
rm -v %{buildroot}%{python3_sitearch}/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c
e81bc93
rm -v %{buildroot}%{python3_sitearch}/twisted/python/_sendmsg.c
e81bc93
e81bc93
# non-executable-script
e81bc93
chmod +x %{buildroot}%{python3_sitearch}/twisted/mail/test/pop3testserver.py
e81bc93
chmod +x %{buildroot}%{python3_sitearch}/twisted/trial/test/scripttest.py
5f293c7
a4d4fe9
# ambiguous shebangs
a4d4fe9
pathfix.py -pn -i %{__python2} %{buildroot}%{python2_sitelib} %{buildroot}%{python2_sitearch}
a4d4fe9
pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch}
a4d4fe9
cf2f797
7ef050a
%check
122f427
# bin/trial twisted
7ef050a
# can't get this to work within the buildroot yet due to multicast
7ef050a
# https://twistedmatrix.com/trac/ticket/7494
7ef050a
7ef050a
5f293c7
%files -n python2-twisted
e81bc93
%doc CONTRIBUTING NEWS.rst README.rst
e81bc93
%license LICENSE
e81bc93
%{_bindir}/trial-2*
e81bc93
%{_bindir}/twistd-2*
e81bc93
%{python2_sitearch}/twisted
e81bc93
%{python2_sitearch}/Twisted-%{version}-py?.?.egg-info
e81bc93
e81bc93
%files -n python3-twisted
e81bc93
%doc CONTRIBUTING NEWS.rst README.rst html
5f293c7
%license LICENSE
e81bc93
%{_bindir}/trial-3*
e81bc93
%{_bindir}/twistd-3*
e81bc93
%{python3_sitearch}/twisted
e81bc93
%{python3_sitearch}/Twisted-%{version}-py?.?.egg-info
7ef050a
%{_bindir}/cftp
7ef050a
%{_bindir}/ckeygen
7ef050a
%{_bindir}/conch
7ef050a
%{_bindir}/mailmail
7ef050a
%{_bindir}/pyhtmlizer
7ef050a
%{_bindir}/tkconch
7ef050a
%{_bindir}/trial
652e334
%{_bindir}/twist
7ef050a
%{_bindir}/twistd
7ef050a
%{_mandir}/man1/cftp.1*
7ef050a
%{_mandir}/man1/ckeygen.1*
7ef050a
%{_mandir}/man1/conch.1*
7ef050a
%{_mandir}/man1/mailmail.1*
7ef050a
%{_mandir}/man1/pyhtmlizer.1*
7ef050a
%{_mandir}/man1/tkconch.1*
7ef050a
%{_mandir}/man1/trial.1*
7ef050a
%{_mandir}/man1/twistd.1*
469d9bb
cvsextras cefce8b
f3066a6
%changelog
601128f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 18.4.0-2
601128f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
601128f
e81bc93
* Wed Jun 27 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.4.0-1
e81bc93
- Update to 18.4.0
e81bc93
- Default binaries to Python 3
e81bc93
- Drop old Obsoletes/Provides
e81bc93
- Refresh BR
e81bc93
- Remove useless macros
e81bc93
- Use python_enable_dependency_generator
e81bc93
fcb2710
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 16.4.1-11
fcb2710
- Rebuilt for Python 3.7
fcb2710
a4d4fe9
* Wed May 23 2018 Miro Hrončok <mhroncok@redhat.com> - 16.4.1-10
a4d4fe9
- Fix ambiguous shebangs
a4d4fe9
6746a26
* Fri Apr 27 2018 Petr Viktorin <pviktori@redhat.com> - 16.4.1-9
6746a26
- No longer require python-crypto
6746a26
5064706
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 16.4.1-8
5064706
- Update Python 2 dependency declarations to new packaging standards
5064706
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
5064706
7857b07
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-7
7857b07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7857b07
725ffd1
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 16.4.1-6
725ffd1
- Cleanup spec file conditionals
725ffd1
c84f33a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-5
c84f33a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c84f33a
9d85ecf
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-4
9d85ecf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9d85ecf
6093570
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-3
6093570
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6093570
72cd862
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 16.4.1-2
72cd862
- rebuilt
72cd862
652e334
* Wed Oct 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.4.1-1
652e334
- Update to 16.4.1
652e334
fa1883c
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16.3.0-2
fa1883c
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
fa1883c
8e4c027
* Fri Jul 8 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.3.0-1
8e4c027
- Update to 16.3.0
8e4c027
- mahole, tap2deb, tap2rpm are removed upstream
8e4c027
d2455f4
* Sun Jun 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.2.0-2
8e4c027
- Add rpmlint notes
d2455f4
- Fix unneeded py3 conditional for py2 script chmod
d2455f4
4a743ff
* Sun Jun 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.2.0-1
4a743ff
- Update to 16.2.0
4a743ff
- Update upstream source location
4a743ff
04872ce
* Thu Jun  2 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 16.1.1-3
04872ce
- Drop tkinter dependency (only required for tkconch)
04872ce
- Use python3 conditionals
04872ce
- Move BR under the proper subpackage
04872ce
5f293c7
* Tue May 10 2016 Petr Viktorin <pviktori@redhat.com> - 16.1.1-2
5f293c7
- Update to better conform to Python packaging guidelines
5f293c7
5f293c7
* Thu May 05 2016 Julien Enselme <jujens@jujens.eu> - 16.1.1-1
5f293c7
- Update to 16.1.1 (#1287381)
5f293c7
5f293c7
* Thu Mar 10 2016 Julien Enselme <jujens@jujens.eu> - 15.5.0-2
5f293c7
- Add python3 support
5f293c7
5f293c7
* Thu Mar 10 2016 Julien Enselme <jujens@jujens.eu> - 15.5.0-1
5f293c7
- Update to 15.5.0 (#1287381)
5f293c7
- Use new python macros
5f293c7
- Remove deprecated %%clean section
5f293c7
a0b157b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.4.0-3
a0b157b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a0b157b
Tom Prince 146d97e
* Fri Nov 27 2015 Tom Prince <tom.prince@twistedmatrix.com> - 15.4.0-2
Tom Prince 146d97e
- Add arch-independent plugin directory to package. (RHBZ#1252140)
Tom Prince 146d97e
Tom Prince f93c04b
* Thu Oct 29 2015 Tom Prince <tom.prince@twistedmatrix.com> - 15.4.0-1
Tom Prince f93c04b
- Update to 15.4.0
Tom Prince 4f12f32
- Include test certificates.
Tom Prince f93c04b
122f427
* Mon Jul 20 2015 Jonathan Steffan <jsteffan@fedoraproject.org> - 15.2.1-1
122f427
- Update to 15.2.1
d86564a
eb11e73
* Sat May 09 2015 Jonathan Steffan <jsteffan@fedoraproject.org> - 15.1.0-1
eb11e73
- Update to 15.1.0 (RHBZ#1187921,RHBZ#1192707)
eb11e73
- Require python-service-identity (RHBZ#1119067)
eb11e73
- Obsolete python-twisted-core-doc (RHBZ#1187025)
eb11e73
a29697f
* Sat Nov 22 2014 Jonathan Steffan <jsteffan@fedoraproject.org> - 14.0.2-1
a29697f
- Update to 14.0.2 (RHBZ#1143002)
b6b9c3c
cd61684
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.0-2
cd61684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cd61684
7ef050a
* Sat Jun 07 2014 Jonathan Steffan <jsteffan@fedoraproject.org> - 14.0.0-1
7ef050a
- Update to 14.0.0
7ef050a
- Ship Twisted as a fully featured package without subpackages on the advice
7ef050a
  of upstream and to mirror what pypi provides
7ef050a
- Explictly build for python2 with new macros
7ef050a
d1b0249
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-4
d1b0249
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d1b0249
28cc89e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-3
28cc89e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
28cc89e
b0b84d5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-2
b0b84d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b0b84d5
99ae831
* Mon Sep 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.2.0-1
99ae831
- Updated to 12.2.0
99ae831
2b23b69
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.1.0-2
2b23b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2b23b69
3958cdb
* Sun Jun 17 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.1.0-1
3958cdb
- Updated to 12.1.0
3958cdb
b9466c7
* Sun Feb 12 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.0.0-1
b9466c7
- Updated to 12.0.0
b9466c7
33f269b
* Sat Jan 07 2012 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-2
33f269b
- Rebuilt for gcc-4.7
33f269b
e42adc2
* Fri Nov 18 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-1
e42adc2
- Updated to 11.1.0
e42adc2
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
e42adc2
0a921eb
* Sat Apr 30 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.0.0-1
0a921eb
- Updated to 11.0.0
0a921eb
- Added comment on how to obtain the PKG-INFO file
0a921eb
02c0481
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2.0-2
02c0481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
02c0481
d1bb63e
* Sat Jan 15 2011 Julian Sikorski <belegdol@fedoraproject.org> - 10.2.0-1
d1bb63e
- Updated to 10.2.0
d1bb63e
e7c75eb
* Mon Nov 08 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-3
e7c75eb
- Use python_sitelib instead of python-sitearch
e7c75eb
- The aforementioned macros are defined in Fedora 13 and above
e7c75eb
469d9bb
* Sun Nov 07 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-2
469d9bb
- Added egg-info file
469d9bb
2840a03
* Tue Sep 21 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-1
2840a03
- Updated to 10.1.0
2840a03
- Switched to macros for versioned dependencies
2840a03
14199fd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-3
14199fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
14199fd
d7be652
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-2
d7be652
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d7be652
7cf9af3
* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
7cf9af3
- Update to 8.2.0.
7cf9af3
- Change back spec cosmetic details from Paul's to Thomas' preference.
7cf9af3
92fd0f4
* Wed Jul 16 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
92fd0f4
- Update to 8.1.0.
92fd0f4
- Minor spec file cleanups.
92fd0f4
- Merge back changes from Paul Howarth.
92fd0f4
954362c
* Wed May 21 2008 Thomas Vander Stichele <thomas at apestaart dot org>
954362c
- 2.5.0-1
954362c
- update to 2.5.0 release (only the umbrella package was missing)
954362c
f3066a6
* Tue Jan 16 2007 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-3
f3066a6
- list packages in README.fedora
cvsextras cefce8b
f3066a6
* Wed Jan 03 2007 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-2
f3066a6
- add a README.fedora
f3066a6
- made noarch, since it doesn't actually install any python twisted/ module
f3066a6
  code
f3066a6
- fixed provides/obsoletes
cvsextras cefce8b
f3066a6
* Wed Jun 07 2006 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-1
f3066a6
- this is now a pure umbrella package
cvsextras cefce8b
f3066a6
* Mon Oct 10 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.1.0-1
f3066a6
- upstream release
cvsextras cefce8b
f3066a6
* Tue Aug 23 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.1-1
f3066a6
- upstream release
cvsextras cefce8b
f3066a6
* Mon Apr 04 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-2
f3066a6
- add zsh support
cvsextras cefce8b
f3066a6
* Fri Mar 25 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-1
f3066a6
- final release
f3066a6
f3066a6
* Thu Mar 17 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.2.a3
f3066a6
- dropped web2
69f60e9
f3066a6
* Wed Mar 16 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a3
f3066a6
- upstream release
c90c4bf
f3066a6
* Sat Mar 12 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a2
f3066a6
- new prerelease; FE versioning
493ae4f
f3066a6
* Mon Feb 07 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0a1-1
f3066a6
- prep for split
da92dd9
f3066a6
* Fri Aug 20 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.3.0-1
f3066a6
- new version
cvsextras cefce8b
f3066a6
* Mon Apr 19 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-3
f3066a6
- vaultize
cvsextras cefce8b
f3066a6
* Mon Apr 12 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-2
f3066a6
- require pyOpenSSL, SOAPpy, openssh-clients, crypto, dia so trial can run
cvsextras cefce8b