61a0e8f
%global pypi_name twisted
61a0e8f
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
61a0e8f
Name:           python-%{pypi_name}
0c1cdc4
Version:        21.2.0
f237e25
Release:        3%{?dist}
7ef050a
Summary:        Twisted is a networking engine written in Python
e81bc93
f3066a6
License:        MIT
92fd0f4
URL:            http://twistedmatrix.com/
0c1cdc4
Source0:        %{pypi_source Twisted}
84eb089
# Import gobject from gi.repository for Python 3
84eb089
# https://twistedmatrix.com/trac/ticket/9642
84eb089
Patch1:         0001-Import-gobject-from-gi.repository-in-Python-3.patch
0c1cdc4
0c1cdc4
BuildArch:      noarch
5f293c7
5f293c7
%description
e81bc93
%{common_description}
5f293c7
61a0e8f
%package -n python3-%{pypi_name}
5f293c7
Summary:        %{summary}
5f293c7
245fdc4
BuildRequires:  gcc
04872ce
BuildRequires:  python3-devel >= 3.3
da02d11
BuildRequires:  python3-Cython
0ac696b
BuildRequires:  python3dist(appdirs) >= 1.4
3bdf845
BuildRequires:  python3dist(automat) >= 0.8
3bdf845
BuildRequires:  python3dist(attrs) >= 19.2.0
0c1cdc4
BuildRequires:  python3dist(bcrypt) >= 3.0.0
e81bc93
BuildRequires:  python3dist(constantly) >= 15.1
3bdf845
BuildRequires:  python3dist(cryptography) >= 2.6
0a70d94
BuildRequires:  (python3dist(h2) >= 3 with python3dist(h2) < 5)
e81bc93
BuildRequires:  python3dist(hyperlink) >= 17.1.1
3bdf845
BuildRequires:  python3dist(idna) >= 2.4
e81bc93
BuildRequires:  python3dist(incremental) >= 16.10.1
0ac696b
BuildRequires:  (python3dist(priority) >= 1.1 with python3dist(priority) < 2)
e81bc93
BuildRequires:  python3dist(pyasn1)
0ac696b
BuildRequires:  python3dist(pyopenssl) >= 16
0ac696b
BuildRequires:  python3dist(pyserial) >= 3
0ac696b
BuildRequires:  python3dist(service-identity) >= 18.1
e81bc93
BuildRequires:  python3dist(setuptools)
e81bc93
BuildRequires:  python3dist(sphinx) >= 1.3.1
0c1cdc4
BuildRequires:  python3dist(sphinx-rtd-theme)
e81bc93
BuildRequires:  python3dist(zope.interface) >= 4.4.2
0ac696b
BuildRequires:  python3dist(pyhamcrest) >= 1.9
cf2f797
2a9d6e4
%{?python_extras_subpkg:Recommends:  python3-%{pypi_name}+tls}
2a9d6e4
%{!?python_extras_subpkg:Recommends: python3dist(service-identity) >= 18.1}
79c87f1
61a0e8f
%description -n python3-%{pypi_name}
e81bc93
%{common_description}
cvsextras cefce8b
5db8b2c
%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/Twisted-%{version}-py%{python3_version}.egg-info tls}
5db8b2c
cvsextras cefce8b
%prep
bf4ccb5
%autosetup -p1 -n Twisted-%{version}
7ef050a
7ef050a
%build
5f293c7
%py3_build
e81bc93
469d9bb
%install
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
e81bc93
%py3_install
e81bc93
d542f8f
# Packages that install arch-independent twisted plugins install here.
d542f8f
# https://bugzilla.redhat.com/show_bug.cgi?id=1252140
d542f8f
mkdir -p %{buildroot}%{python3_sitelib}/twisted/plugins
d542f8f
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
a4d4fe9
# ambiguous shebangs
0c1cdc4
pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitelib}
a4d4fe9
cf2f797
7ef050a
%check
7ef050a
# can't get this to work within the buildroot yet due to multicast
7ef050a
# https://twistedmatrix.com/trac/ticket/7494
61a0e8f
PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitearch} %{buildroot}%{_bindir}/trial twisted ||:
7ef050a
7ef050a
e81bc93
%files -n python3-twisted
0c1cdc4
%doc NEWS.rst README.rst
5f293c7
%license LICENSE
e81bc93
%{_bindir}/trial-3*
e81bc93
%{_bindir}/twistd-3*
0c1cdc4
%{python3_sitelib}/twisted/
0c1cdc4
%{python3_sitelib}/Twisted-%{version}-py%{python3_version}.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
f237e25
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 21.2.0-3
f237e25
- Rebuilt for Python 3.10
f237e25
5db8b2c
* Fri Mar 05 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.0-2
5db8b2c
- Reintroduce twisted[tls] subpackage
5db8b2c
- Fixes: rhbz#1935872
5db8b2c
- Fixes: rhbz#1935873
5db8b2c
- Fixes: rhbz#1935869
5db8b2c
- Fixes: rhbz#1935870
5db8b2c
- Fixes: rhbz#1935871
5db8b2c
0c1cdc4
* Fri Mar  5 09:54:54 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 21.2.0-1
0c1cdc4
- Update to 21.2.0
0c1cdc4
256fab5
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.3.0-5
256fab5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
256fab5
0a70d94
* Sun Dec 20 2020 Robert-André Mauchin <zebob.m@gmail.com> - 20.3.0-4
0a70d94
- Bump h2 dependency
0a70d94
- Fix: rhbz#1909413
0a70d94
b3d5e02
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.3.0-3
b3d5e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b3d5e02
ce39c98
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 20.3.0-2
ce39c98
- Add twisted[tls] subpackage
ce39c98
3bdf845
* Thu Jun 18 05:29:03 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 20.3.0-1
3bdf845
- Update to 20.3.0
3bdf845
1c5d1e6
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 19.10.0-3
1c5d1e6
- Rebuilt for Python 3.9
1c5d1e6
0dd7fdc
* Tue Mar 17 16:31:05 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 19.10.0-2
8251d73
- Security fix for CVE-2020-10108 (#1813439, #1813441)
8251d73
- Security fix for CVE-2020-10109 (#1813447, #1813449)
0dd7fdc
d542f8f
* Tue Mar 17 15:15:48 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 19.10.0-1
d542f8f
- Update to 19.10.0
3bdf845
- Revert removal of %%{python3_sitelib}/twisted/plugins/
d542f8f
8f6808c
* Sun Oct 13 23:35:33 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.7.0-2
8f6808c
- Drop Python 2 support (#1761204)
8f6808c
Jeremy Cline f7fad1b
* Mon Sep 16 2019 Jeremy Cline <jcline@redhat.com> - 19.7.0-1
Jeremy Cline f7fad1b
- Update to 19.7.0
Jeremy Cline f7fad1b
6feef1e
* Tue Sep 03 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-6
6feef1e
- Stop running Python 2 tests at build time, reduce the build dependencies
6feef1e
3433699
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-5
3433699
- Rebuilt for Python 3.8
3433699
9531853
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 19.2.1-4
9531853
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9531853
f840222
* Tue Jul 09 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-3
f840222
- Security fix for CVE-2019-12855 (Check certificates for XMPP TLS) (#1728206) (#1728207)
f840222
625994c
* Wed Jul 03 2019 Miro Hrončok <mhroncok@redhat.com> - 19.2.1-2
625994c
- Rebuilt to update automatic Python dependencies
625994c
fe7d4fa
* Sun Jun 09 18:40:31 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.1-1
fe7d4fa
- Release 19.2.1
fe7d4fa
84eb089
* Wed May 22 18:26:29 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-3
84eb089
- Add patch to import gobject from gi.repository for Python 3
84eb089
- Fix #1712748
84eb089
a4f5720
* Tue May 14 16:00:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-2
a4f5720
- Add patch regenerating raiser.c to use with Python 3.8a4
a4f5720
- Fix #11709817
a4f5720
c97fdd4
* Wed Apr 10 17:38:50 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 19.2.0-1
c97fdd4
- Release 19.2.0 (#1698490)
c97fdd4
61a0e8f
* Thu Mar 07 2019 Robert-André Mauchin <zebob.m@gmail.com> - 18.9.0-1
61a0e8f
- Release 18.9.0
61a0e8f
- Run tests
61a0e8f
f731431
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.7.0-4
f731431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f731431
79c87f1
* Mon Oct 22 2018 Miro Hrončok <mhroncok@redhat.com> - 18.7.0-3
79c87f1
- Recommend pythonX-service-identity
79c87f1
0eb2e78
* Sat Jul 21 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.7.0-2
0eb2e78
- Remove erroneous symlink to binaries
0eb2e78
245fdc4
* Sun Jul 15 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.7.0-1
245fdc4
- Update to 18.7.0
245fdc4
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