mcpierce pushed to python-qpid (f21). "Package subsumed into qpid-cpp"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 27 15:22:53 UTC 2015


From 03445a8ac887bbd36e273d40e44b055393027043 Mon Sep 17 00:00:00 2001
From: "Darryl L. Pierce" <mcpierce at gmail.com>
Date: Wed, 27 May 2015 11:22:29 -0400
Subject: Package subsumed into qpid-cpp


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 109dd0f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,14 +0,0 @@
-python-qpid-0.7.946106.tar.gz
-/qpid-python-0.8.tar.gz
-/qpid-extras-0.8.tar.gz
-/qpid-python-0.10.tar.gz
-/qpid-python-0.12.tar.gz
-/qpid-python-0.14.tar.gz
-/qpid-python-0.16.tar.gz
-/qpid-python-0.18.tar.gz
-/qpid-python-0.20.tar.gz
-/qpid-python-0.22.tar.gz
-/qpid-python-0.24.tar.gz
-/qpid-python-0.26.tar.gz
-/qpid-python-0.28.tar.gz
-/qpid-python-0.30.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..1456934
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Package subsumed into qpid-cpp
diff --git a/python-qpid.spec b/python-qpid.spec
deleted file mode 100644
index 06966be..0000000
--- a/python-qpid.spec
+++ /dev/null
@@ -1,329 +0,0 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
-
-Name:           python-qpid
-Version:        0.30
-Release:        2%{?dist}
-Summary:        Python client library for AMQP
-
-License:        ASL 2.0
-URL:            http://qpid.apache.org
-Source0:        http://www.apache.org/dyn/closer.cgi/qpid/%{version}/qpid-python-%{version}.tar.gz
-
-BuildArch:      noarch
-
-BuildRequires:  python-devel
-
-Requires:       python-qpid-common = %{version}-%{release}
-Requires:       python-saslwrapper
-
-%description
-The Apache Qpid Python client library for AMQP.
-
-
-
-%package -n python-qpid-common
-Summary:   Shared code for Qpid Python language bindings
-
-
-%description -n python-qpid-common
-%{summary}.
-
-
-%files -n python-qpid-common
-%doc examples/README.txt
-%doc examples
-%{python_sitelib}/mllib
-%{python_sitelib}/qpid/*.py*
-%{python_sitelib}/qpid/specs
-
-
-%prep
-%setup -q -n qpid-python-%{version}
-cd ..
-
-%build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
-
-chmod +x %{buildroot}/%{python_sitelib}/qpid/codec.py
-chmod +x %{buildroot}/%{python_sitelib}/qpid/tests/codec.py
-chmod +x %{buildroot}/%{python_sitelib}/qpid/reference.py
-chmod +x %{buildroot}/%{python_sitelib}/qpid/managementdata.py
-chmod +x %{buildroot}/%{python_sitelib}/qpid/disp.py
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc README.txt
-%{_bindir}/qpid-python-test
-%{python_sitelib}/qpid
-
-%exclude %{python_sitelib}/qpid/tests
-
-%if "%{python_version}" >= "2.6"
-%{python_sitelib}/qpid_python-*.egg-info
-%endif
-
-%changelog
-* Thu Nov 13 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.30-2
-- Added runtime dependency on python-saslwrapper.
-- Resolves: BZ#1163638
-
-* Mon Oct  6 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.30-1
-- Rebased on Qpid 0.30.
-
-* Fri Aug  1 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.28-4
-- Includes changes from QPID-5637.
-- Resolves: BZ#1125983
-
-* Mon Jul  7 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.28-3
-- Avoid use of poll if select is monkey patched by Eventlet/Greenthreads
-- Resolves: BZ#1109488
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.28-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu Jun  5 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.28-1
-- Rebased on Qpid 0.28.
-
-* Fri May 30 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.26-1
-- Rebased on Qpid 0.26.
-
-* Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-1
-- Rebased on Qpid 0.24
-
-* Tue Sep 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-4
-- Added the python-qpid-common subpackage
-
-* Tue Sep 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-3
-- Removed the set of unit tests from the installed package.
-- Resolves: BZ#1008877
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Mon Jun 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-1
-- Rebased on Qpid 0.22 release.
-
-* Mon Jan 28 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.20-1
-- Rebased on Qpid 0.20 release.
-
-* Tue Sep 11 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.18-1
-- Rebased on Qpid 0.18 release.
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Jun 05 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-1
-- Release 0.16 of Qpid upstream.
-- Some cleanup to remove rpmlint errors.
-
-* Fri Feb 17 2012 Nuno Santos <nsantos at redhat.com> - 0.14-1
-- Rebased to sync with upstream's official 0.14 release
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Sep 20 2011 Nuno Santos <nsantos at redhat.com> - 0.12-1
-- Rebased to sync with upstream's official 0.12 release
-
-* Mon May  2 2011 Nuno Santos <nsantos at redhat.com> - 0.10-1
-- Rebased to sync with upstream's official 0.10 release
-
-* Tue Feb 15 2011 Nuno Santos <nsantos at redhat.com> - 0.8-4
-- Qmf-related patch
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Tue Jan 11 2011 Nuno Santos <nsantos at redhat.com> - 0.8-2
-- Add qmf-related files
-
-* Tue Jan 11 2011 Nuno Santos <nsantos at redhat.com> - 0.8-1
-- Rebased to sync with upstream's official 0.8 release, based on svn rev 1037942
-
-* Mon Sep 13 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-14
-- Fix for bz632349
-- Fix for bz632395
-
-* Tue Aug 17 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-13
-- Fix for bz622699
-- Fix for bz621527
-- Fix for bz624715
-- Fix for bz624714
-
-* Mon Aug  2 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-12
-- Fixes to examples for compatibility with older python versions
-- Fix for bz621998
-- Fix for bz620402
-
-* Wed Jul 14 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-9
-- Fix for bz614344
-
-* Wed Jul 14 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-8
-- Related to bz614054
-
-* Tue Jul 13 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-7
-- Related: bz614132
-
-* Mon Jul 12 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-6
-- Resolves: bz613647
-
-* Fri Jul  9 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-5
-- Related: bz612632
-
-* Wed Jun 30 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-4
-- Related: bz608807
-
-* Mon Jun 28 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-3
-- Patches for: BZ-560707 BZ-569515 BZ-608118 BZ-607798
-
-* Thu Jun 17 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.946106-2
-- Patches for: BZ-597066 BZ-538188 BZ-597149 BZ-567249 BZ-567249
--   BZ-596677 BZ-574817 BZ-604836
-
-* Wed May 19 2010 Nuno Santos <nsantos at redhat.com> - 0.7.946106-1
-- Rebased to svn rev 949106
-- Related: rhbz574881
-
-* Mon Apr 19 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.934605-1
-- Rebased to svn rev 934605.
-
-* Thu Apr  1 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.930108-1
-- Rebased to svn rev 930108.
-
-* Wed Mar  3 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.917557-4
-- Changed defines to globals and moved to top.
-- Removed unnecessary python Requires/BuildRequires.
-
-* Mon Mar  1 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.917557-3
-- Conditionalize egg-info on python version.
-
-* Mon Mar  1 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.917557-2
-- Removed unused amqp_spec_dir define.
-
-* Mon Mar  1 2010 Rafael Schloming <rafaels at redhat.com> - 0.7.917557-1
-- Rebased to svn rev 917557.
-
-* Fri Jan 29 2010 Rafael Schloming <rafaels at redhat.com> - 0.5.904641-1
-- Rebased to svn rev 904641 and use supplied Makefile for install
-
-* Tue Sep 29 2009 Nuno Santos <nsantos at redhat.com> - 0.5.819819-1
-- Rebased to svn rev 819819 for Fedora 12 beta
-
-* Fri Sep 25 2009 Nuno Santos <nsantos at redhat.com> - 0.5.818599-1
-- Rebased to svn rev 818599
-
-* Fri Sep 18 2009 Nuno Santos <nsantos at redhat.com> - 0.5.816781-1
-- Rebased to svn rev 816781
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.790661-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Jul  2 2009 Nuno Santos <nsantos at redhat.com> - 0.5.790661-1
-- Rebased to svn rev 790661
-
-* Fri Jun 26 2009 Nuno Santos <nsantos at redhat.com> - 0.5.788782-1
-- Rebased to svn rev 788782
-
-* Mon Jun 22 2009 Nuno Santos <nsantos at redhat.com> - 0.5.787286-1
-- Rebased to svn rev 787286
-
-* Thu Mar 19 2009 Nuno Santos <nsantos at redhat.com> - 0.5.752600-1
-- Rebased to svn rev 752600
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.738618-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Wed Jan 28 2009 Nuno Santos <nsantos at redhat.com> - 0.4.738618-1
-- Rebased to svn rev 738618
-
-* Wed Jan 14 2009 Nuno Santos <nsantos at redhat.com> - 0.4.734452-1
-- Rebased to svn rev 734452
-- BZ 478467: include examples
-
-* Thu Jan  8 2009 Nuno Santos <nsantos at redhat.com> - 0.4.728142-3
-- BZ 479212: add qmf dirs
-
-* Tue Dec 23 2008 Nuno Santos <nsantos at redhat.com> - 0.4.728142-1
-- Rebased to svn rev 728142
-
-* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.3.722557-2
-- Rebuild for Python 2.6
-
-* Tue Dec  2 2008 Nuno Santos <nsantos at redhat.com> - 0.3.722557-1
-- Rebased to svn rev 722557
-
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.3.720585-2
-- Rebuild for Python 2.6
-
-* Tue Nov 25 2008 Nuno Santos <nsantos at redhat.com> - 0.3.720585-1
-- Rebased to svn rev 720585
-
-* Tue Nov 18 2008 Nuno Santos <nsantos at redhat.com> - 0.3.718718-1
-- Rebased to svn rev 718718
-
-* Thu Oct 16 2008 Nuno Santos <nsantos at redhat.com> - 0.3.705289-1
-- Rebased to svn rev 705289
-
-* Thu Oct  2 2008 Nuno Santos <nsantos at redhat.com> - 0.3.700546-1
-- Rebased to svn revision 700546
-
-* Mon Sep  8 2008 Nuno Santos <nsantos at redhat.com> - 0.3.693140-1
-- Update for Fedora 10
-
-* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.2.668378-2
-- fix license tag
-
-* Mon Jun 16 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.668378-1
-- Source update for MRG RC1
-
-* Mon Jun 16 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.668345-1
-- Source update for MRG RC1
-
-* Tue Jun 10 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.666398-12
-- Source update for MRG RC1
-
-* Mon Jun  9 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.665776-12
-- Source update for MRG RC1
-
-* Fri May 16 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.657115-12
-- Imported new source tarball for MRG Beta 4
-
-* Tue May 13 2008 Rafael Schloming <rafaels at redhat.com> - 0.2.656025-12
-- Updated the amqp dependency
-
-* Mon May 12 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-11
-- Install the scripts from the commands directory, update the source
-  tarball, and include the svn revision number in the version.
-
-* Mon May 12 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-10
-- Updated the source tarball for MRG Beta 4
-
-* Mon Feb 11 2008  <rafaels at redhat.com> - 0.2-9
-- bumped for Beta 3
-
-* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-8
-- Move test script to /usr/bin
-
-* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-7
-- Testrunner fixes
-
-* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-6
-- Include generic tests
-
-* Wed Jan 23 2008 Nuno Santos <nsantos at redhat.com> - 0.1-5
-- Include tests for AMQP 0-10
-
-* Mon Jan 21 2008 Gordon Sim <gsim at redhat.com> - 0.1-3
-- Bumped revision
-
-* Thu Mar 22 2007 Rafael Schloming <rafaels at redhat.com> - 0.1-1
-- Initial build.
-- Comply with Fedora packaging guidelines
diff --git a/sources b/sources
deleted file mode 100644
index 4f5bdeb..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-f9099cfdc28b3583de0a2ed7089ae559  qpid-python-0.30.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-qpid.git/commit/?h=f21&id=03445a8ac887bbd36e273d40e44b055393027043


More information about the scm-commits mailing list