Blame SPECS/python-twisted.spec

39c17f
%global pypi_name twisted
39c17f
39c17f
%global common_description %{expand:
39c17f
Twisted is a networking engine written in Python, supporting numerous protocols.
39c17f
It contains a web server, numerous chat clients, chat servers, mail servers
39c17f
and more.}
39c17f
39c17f
Name:           python-%{pypi_name}
39c17f
Version:        21.2.0
39c17f
Release:        2%{?dist}
39c17f
Summary:        Twisted is a networking engine written in Python
39c17f
39c17f
License:        MIT
39c17f
URL:            http://twistedmatrix.com/
39c17f
Source0:        %{pypi_source Twisted}
39c17f
# Import gobject from gi.repository for Python 3
39c17f
# https://twistedmatrix.com/trac/ticket/9642
39c17f
Patch1:         0001-Import-gobject-from-gi.repository-in-Python-3.patch
39c17f
39c17f
BuildArch:      noarch
39c17f
39c17f
%description
39c17f
%{common_description}
39c17f
39c17f
%package -n python3-%{pypi_name}
39c17f
Summary:        %{summary}
39c17f
39c17f
BuildRequires:  gcc
39c17f
BuildRequires:  python3-devel >= 3.3
39c17f
BuildRequires:  python3-Cython
39c17f
BuildRequires:  python3dist(appdirs) >= 1.4
39c17f
BuildRequires:  python3dist(automat) >= 0.8
39c17f
BuildRequires:  python3dist(attrs) >= 19.2.0
39c17f
BuildRequires:  python3dist(bcrypt) >= 3.0.0
39c17f
BuildRequires:  python3dist(constantly) >= 15.1
39c17f
BuildRequires:  python3dist(cryptography) >= 2.6
39c17f
BuildRequires:  (python3dist(h2) >= 3 with python3dist(h2) < 5)
39c17f
BuildRequires:  python3dist(hyperlink) >= 17.1.1
39c17f
BuildRequires:  python3dist(idna) >= 2.4
39c17f
BuildRequires:  python3dist(incremental) >= 16.10.1
39c17f
BuildRequires:  (python3dist(priority) >= 1.1 with python3dist(priority) < 2)
39c17f
BuildRequires:  python3dist(pyasn1)
39c17f
BuildRequires:  python3dist(pyopenssl) >= 16
39c17f
BuildRequires:  python3dist(pyserial) >= 3
39c17f
BuildRequires:  python3dist(service-identity) >= 18.1
39c17f
BuildRequires:  python3dist(setuptools)
39c17f
BuildRequires:  python3dist(sphinx) >= 1.3.1
39c17f
BuildRequires:  python3dist(sphinx-rtd-theme)
39c17f
BuildRequires:  python3dist(zope.interface) >= 4.4.2
39c17f
BuildRequires:  python3dist(pyhamcrest) >= 1.9
39c17f
39c17f
%{?python_extras_subpkg:Recommends:  python3-%{pypi_name}+tls}
39c17f
%{!?python_extras_subpkg:Recommends: python3dist(service-identity) >= 18.1}
39c17f
39c17f
%description -n python3-%{pypi_name}
39c17f
%{common_description}
39c17f
39c17f
%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/Twisted-%{version}-py%{python3_version}.egg-info tls}
39c17f
39c17f
%prep
39c17f
%autosetup -p1 -n Twisted-%{version}
39c17f
39c17f
%build
39c17f
%py3_build
39c17f
39c17f
%install
39c17f
# no-manual-page-for-binary
39c17f
mkdir -p %{buildroot}%{_mandir}/man1/
39c17f
for s in conch core mail; do
39c17f
cp -a docs/$s/man/*.1 %{buildroot}%{_mandir}/man1/
39c17f
done
39c17f
39c17f
%py3_install
39c17f
39c17f
# Packages that install arch-independent twisted plugins install here.
39c17f
# https://bugzilla.redhat.com/show_bug.cgi?id=1252140
39c17f
mkdir -p %{buildroot}%{python3_sitelib}/twisted/plugins
39c17f
39c17f
# Move and symlink python3 scripts
39c17f
# no-manual-page-for-binary: man page is trial and twistd
39c17f
mv %{buildroot}%{_bindir}/trial %{buildroot}%{_bindir}/trial-%{python3_version}
39c17f
ln -s ./trial-%{python3_version} %{buildroot}%{_bindir}/trial-3
39c17f
ln -s ./trial-%{python3_version} %{buildroot}%{_bindir}/trial
39c17f
39c17f
mv %{buildroot}%{_bindir}/twistd %{buildroot}%{_bindir}/twistd-%{python3_version}
39c17f
ln -s ./twistd-%{python3_version} %{buildroot}%{_bindir}/twistd-3
39c17f
ln -s ./twistd-%{python3_version} %{buildroot}%{_bindir}/twistd
39c17f
39c17f
# ambiguous shebangs
39c17f
pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitelib}
39c17f
39c17f
39c17f
%check
39c17f
# can't get this to work within the buildroot yet due to multicast
39c17f
# https://twistedmatrix.com/trac/ticket/7494
39c17f
PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitearch} %{buildroot}%{_bindir}/trial twisted ||:
39c17f
39c17f
39c17f
%files -n python3-twisted
39c17f
%doc NEWS.rst README.rst
39c17f
%license LICENSE
39c17f
%{_bindir}/trial-3*
39c17f
%{_bindir}/twistd-3*
39c17f
%{python3_sitelib}/twisted/
39c17f
%{python3_sitelib}/Twisted-%{version}-py%{python3_version}.egg-info
39c17f
%{_bindir}/cftp
39c17f
%{_bindir}/ckeygen
39c17f
%{_bindir}/conch
39c17f
%{_bindir}/mailmail
39c17f
%{_bindir}/pyhtmlizer
39c17f
%{_bindir}/tkconch
39c17f
%{_bindir}/trial
39c17f
%{_bindir}/twist
39c17f
%{_bindir}/twistd
39c17f
%{_mandir}/man1/cftp.1*
39c17f
%{_mandir}/man1/ckeygen.1*
39c17f
%{_mandir}/man1/conch.1*
39c17f
%{_mandir}/man1/mailmail.1*
39c17f
%{_mandir}/man1/pyhtmlizer.1*
39c17f
%{_mandir}/man1/tkconch.1*
39c17f
%{_mandir}/man1/trial.1*
39c17f
%{_mandir}/man1/twistd.1*
39c17f
39c17f
39c17f
%changelog
39c17f
* Fri Mar 05 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.0-2
39c17f
- Reintroduce twisted[tls] subpackage
39c17f
- Fixes: rhbz#1935872
39c17f
- Fixes: rhbz#1935873
39c17f
- Fixes: rhbz#1935869
39c17f
- Fixes: rhbz#1935870
39c17f
- Fixes: rhbz#1935871
39c17f
39c17f
* Fri Mar  5 09:54:54 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 21.2.0-1
39c17f
- Update to 21.2.0
39c17f
39c17f
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.3.0-5
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
39c17f
39c17f
* Sun Dec 20 2020 Robert-André Mauchin <zebob.m@gmail.com> - 20.3.0-4
39c17f
- Bump h2 dependency
39c17f
- Fix: rhbz#1909413
39c17f
39c17f
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.3.0-3
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
39c17f
39c17f
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 20.3.0-2
39c17f
- Add twisted[tls] subpackage
39c17f
39c17f
* Thu Jun 18 05:29:03 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 20.3.0-1
39c17f
- Update to 20.3.0
39c17f
39c17f
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 19.10.0-3
39c17f
- Rebuilt for Python 3.9
39c17f
39c17f
* Tue Mar 17 16:31:05 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 19.10.0-2
39c17f
- Security fix for CVE-2020-10108 (#1813439, #1813441)
39c17f
- Security fix for CVE-2020-10109 (#1813447, #1813449)
39c17f
39c17f
* Tue Mar 17 15:15:48 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 19.10.0-1
39c17f
- Update to 19.10.0
39c17f
- Revert removal of %%{python3_sitelib}/twisted/plugins/
39c17f
39c17f
* Sun Oct 13 23:35:33 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.7.0-2
39c17f
- Drop Python 2 support (#1761204)
39c17f
39c17f
* Mon Sep 16 2019 Jeremy Cline <jcline@redhat.com> - 19.7.0-1
39c17f
- Update to 19.7.0
39c17f
39c17f
* Tue Sep 03 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-6
39c17f
- Stop running Python 2 tests at build time, reduce the build dependencies
39c17f
39c17f
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-5
39c17f
- Rebuilt for Python 3.8
39c17f
39c17f
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 19.2.1-4
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
39c17f
39c17f
* Tue Jul 09 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-3
39c17f
- Security fix for CVE-2019-12855 (Check certificates for XMPP TLS) (#1728206) (#1728207)
39c17f
39c17f
* Wed Jul 03 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-2
39c17f
- Rebuilt to update automatic Python dependencies
39c17f
39c17f
* Sun Jun 09 18:40:31 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.1-1
39c17f
- Release 19.2.1
39c17f
39c17f
* Wed May 22 18:26:29 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-3
39c17f
- Add patch to import gobject from gi.repository for Python 3
39c17f
- Fix #1712748
39c17f
39c17f
* Tue May 14 16:00:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-2
39c17f
- Add patch regenerating raiser.c to use with Python 3.8a4
39c17f
- Fix #11709817
39c17f
39c17f
* Wed Apr 10 17:38:50 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-1
39c17f
- Release 19.2.0 (#1698490)
39c17f
39c17f
* Thu Mar 07 2019 Robert-André Mauchin <zebob.m@gmail.com> - 18.9.0-1
39c17f
- Release 18.9.0
39c17f
- Run tests
39c17f
39c17f
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.7.0-4
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
39c17f
39c17f
* Mon Oct 22 2018 Miro Hrončok <mhroncok@redhat.com> - 18.7.0-3
39c17f
- Recommend pythonX-service-identity
39c17f
39c17f
* Sat Jul 21 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.7.0-2
39c17f
- Remove erroneous symlink to binaries
39c17f
39c17f
* Sun Jul 15 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.7.0-1
39c17f
- Update to 18.7.0
39c17f
39c17f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 18.4.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
39c17f
39c17f
* Wed Jun 27 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.4.0-1
39c17f
- Update to 18.4.0
39c17f
- Default binaries to Python 3
39c17f
- Drop old Obsoletes/Provides
39c17f
- Refresh BR
39c17f
- Remove useless macros
39c17f
- Use python_enable_dependency_generator
39c17f
39c17f
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 16.4.1-11
39c17f
- Rebuilt for Python 3.7
39c17f
39c17f
* Wed May 23 2018 Miro Hrončok <mhroncok@redhat.com> - 16.4.1-10
39c17f
- Fix ambiguous shebangs
39c17f
39c17f
* Fri Apr 27 2018 Petr Viktorin <pviktori@redhat.com> - 16.4.1-9
39c17f
- No longer require python-crypto
39c17f
39c17f
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 16.4.1-8
39c17f
- Update Python 2 dependency declarations to new packaging standards
39c17f
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
39c17f
39c17f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-7
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
39c17f
39c17f
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 16.4.1-6
39c17f
- Cleanup spec file conditionals
39c17f
39c17f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-5
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
39c17f
39c17f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-4
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
39c17f
39c17f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 16.4.1-3
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
39c17f
39c17f
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 16.4.1-2
39c17f
- rebuilt
39c17f
39c17f
* Wed Oct 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.4.1-1
39c17f
- Update to 16.4.1
39c17f
39c17f
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16.3.0-2
39c17f
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
39c17f
39c17f
* Fri Jul 8 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.3.0-1
39c17f
- Update to 16.3.0
39c17f
- mahole, tap2deb, tap2rpm are removed upstream
39c17f
39c17f
* Sun Jun 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.2.0-2
39c17f
- Add rpmlint notes
39c17f
- Fix unneeded py3 conditional for py2 script chmod
39c17f
39c17f
* Sun Jun 26 2016 Jonathan Steffan <jsteffan@fedoraproject.org> - 16.2.0-1
39c17f
- Update to 16.2.0
39c17f
- Update upstream source location
39c17f
39c17f
* Thu Jun  2 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 16.1.1-3
39c17f
- Drop tkinter dependency (only required for tkconch)
39c17f
- Use python3 conditionals
39c17f
- Move BR under the proper subpackage
39c17f
39c17f
* Tue May 10 2016 Petr Viktorin <pviktori@redhat.com> - 16.1.1-2
39c17f
- Update to better conform to Python packaging guidelines
39c17f
39c17f
* Thu May 05 2016 Julien Enselme <jujens@jujens.eu> - 16.1.1-1
39c17f
- Update to 16.1.1 (#1287381)
39c17f
39c17f
* Thu Mar 10 2016 Julien Enselme <jujens@jujens.eu> - 15.5.0-2
39c17f
- Add python3 support
39c17f
39c17f
* Thu Mar 10 2016 Julien Enselme <jujens@jujens.eu> - 15.5.0-1
39c17f
- Update to 15.5.0 (#1287381)
39c17f
- Use new python macros
39c17f
- Remove deprecated %%clean section
39c17f
39c17f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.4.0-3
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
39c17f
39c17f
* Fri Nov 27 2015 Tom Prince <tom.prince@twistedmatrix.com> - 15.4.0-2
39c17f
- Add arch-independent plugin directory to package. (RHBZ#1252140)
39c17f
39c17f
* Thu Oct 29 2015 Tom Prince <tom.prince@twistedmatrix.com> - 15.4.0-1
39c17f
- Update to 15.4.0
39c17f
- Include test certificates.
39c17f
39c17f
* Mon Jul 20 2015 Jonathan Steffan <jsteffan@fedoraproject.org> - 15.2.1-1
39c17f
- Update to 15.2.1
39c17f
39c17f
* Sat May 09 2015 Jonathan Steffan <jsteffan@fedoraproject.org> - 15.1.0-1
39c17f
- Update to 15.1.0 (RHBZ#1187921,RHBZ#1192707)
39c17f
- Require python-service-identity (RHBZ#1119067)
39c17f
- Obsolete python-twisted-core-doc (RHBZ#1187025)
39c17f
39c17f
* Sat Nov 22 2014 Jonathan Steffan <jsteffan@fedoraproject.org> - 14.0.2-1
39c17f
- Update to 14.0.2 (RHBZ#1143002)
39c17f
39c17f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
39c17f
39c17f
* Sat Jun 07 2014 Jonathan Steffan <jsteffan@fedoraproject.org> - 14.0.0-1
39c17f
- Update to 14.0.0
39c17f
- Ship Twisted as a fully featured package without subpackages on the advice
39c17f
  of upstream and to mirror what pypi provides
39c17f
- Explictly build for python2 with new macros
39c17f
39c17f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-4
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
39c17f
39c17f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-3
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
39c17f
39c17f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.2.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
39c17f
39c17f
* Mon Sep 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.2.0-1
39c17f
- Updated to 12.2.0
39c17f
39c17f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12.1.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
39c17f
39c17f
* Sun Jun 17 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.1.0-1
39c17f
- Updated to 12.1.0
39c17f
39c17f
* Sun Feb 12 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.0.0-1
39c17f
- Updated to 12.0.0
39c17f
39c17f
* Sat Jan 07 2012 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-2
39c17f
- Rebuilt for gcc-4.7
39c17f
39c17f
* Fri Nov 18 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-1
39c17f
- Updated to 11.1.0
39c17f
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
39c17f
39c17f
* Sat Apr 30 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.0.0-1
39c17f
- Updated to 11.0.0
39c17f
- Added comment on how to obtain the PKG-INFO file
39c17f
39c17f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
39c17f
39c17f
* Sat Jan 15 2011 Julian Sikorski <belegdol@fedoraproject.org> - 10.2.0-1
39c17f
- Updated to 10.2.0
39c17f
39c17f
* Mon Nov 08 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-3
39c17f
- Use python_sitelib instead of python-sitearch
39c17f
- The aforementioned macros are defined in Fedora 13 and above
39c17f
39c17f
* Sun Nov 07 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-2
39c17f
- Added egg-info file
39c17f
39c17f
* Tue Sep 21 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-1
39c17f
- Updated to 10.1.0
39c17f
- Switched to macros for versioned dependencies
39c17f
39c17f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-3
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
39c17f
39c17f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-2
39c17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
39c17f
39c17f
* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
39c17f
- Update to 8.2.0.
39c17f
- Change back spec cosmetic details from Paul's to Thomas' preference.
39c17f
39c17f
* Wed Jul 16 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
39c17f
- Update to 8.1.0.
39c17f
- Minor spec file cleanups.
39c17f
- Merge back changes from Paul Howarth.
39c17f
39c17f
* Wed May 21 2008 Thomas Vander Stichele <thomas at apestaart dot org>
39c17f
- 2.5.0-1
39c17f
- update to 2.5.0 release (only the umbrella package was missing)
39c17f
39c17f
* Tue Jan 16 2007 Thomas Vander Stichele <thomas at apestaart dot org>
39c17f
- 2.4.0-3
39c17f
- list packages in README.fedora
39c17f
39c17f
* Wed Jan 03 2007 Thomas Vander Stichele <thomas at apestaart dot org>
39c17f
- 2.4.0-2
39c17f
- add a README.fedora
39c17f
- made noarch, since it doesn't actually install any python twisted/ module
39c17f
  code
39c17f
- fixed provides/obsoletes
39c17f
39c17f
* Wed Jun 07 2006 Thomas Vander Stichele <thomas at apestaart dot org>
39c17f
- 2.4.0-1
39c17f
- this is now a pure umbrella package
39c17f
39c17f
* Mon Oct 10 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.1.0-1
39c17f
- upstream release
39c17f
39c17f
* Tue Aug 23 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.1-1
39c17f
- upstream release
39c17f
39c17f
* Mon Apr 04 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-2
39c17f
- add zsh support
39c17f
39c17f
* Fri Mar 25 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-1
39c17f
- final release
39c17f
39c17f
* Thu Mar 17 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.2.a3
39c17f
- dropped web2
39c17f
39c17f
* Wed Mar 16 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a3
39c17f
- upstream release
39c17f
39c17f
* Sat Mar 12 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a2
39c17f
- new prerelease; FE versioning
39c17f
39c17f
* Mon Feb 07 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0a1-1
39c17f
- prep for split
39c17f
39c17f
* Fri Aug 20 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.3.0-1
39c17f
- new version
39c17f
39c17f
* Mon Apr 19 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-3
39c17f
- vaultize
39c17f
39c17f
* Mon Apr 12 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-2
39c17f
- require pyOpenSSL, SOAPpy, openssh-clients, crypto, dia so trial can run
39c17f