[fink:package-submissions] #4877 python34-3.4.6-1
"Hanspeter Niederstrasser" <[email protected]>
| Newsgroups | gmane.os.apple.fink.tracker |
|---|---|
| Message-ID | </p/fink/package-submissions/4877/d99f5c7afcac8541c715ecb713d8ed059969e554.package-submissions@fink.p.sourceforge.net> |
- **labels**: --> Updated Version of Existing, languages - **status**: open --> closed-out-of-date - **Group**: Undergoing_Validation --> Rejected_(Already_in_Fink) --- ** [package-submissions:#4877] python34-3.4.6-1** **Status:** closed-out-of-date **Group:** Rejected_(Already_in_Fink) **Labels:** Updated Version of Existing languages **Created:** Tue Jan 17, 2017 11:30 PM UTC by Jack Howarth **Last Updated:** Tue Jan 17, 2017 11:31 PM UTC **Owner:** Daniel Johnson Update the python34 package to the 3.4.6 release with the Info file and patch changes... ~~~ Index: python34.info =================================================================== RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/languages/python34.info,v retrieving revision 1.9 diff -u -r1.9 python34.info --- python34.info 18 Dec 2016 18:18:26 -0000 1.9 +++ python34.info 17 Jan 2017 23:28:32 -0000 @@ -1,8 +1,8 @@ # -*- coding: ascii; tab-width: 4; x-counterpart: python34.patch -*- Info2: << Package: python%type_pkg[python] -Version: 3.4.5 -Revision: 2 +Version: 3.4.6 +Revision: 1 Type: python 3.4 Maintainer: Daniel Johnson <[email protected]> Depends: << @@ -46,12 +46,12 @@ Provides: argparse-py%type_pkg[python], futures-py%type_pkg[python], enum34-py%type_pkg[python], pathlib-py%type_pkg[python] Source: https://www.python.org/ftp/python/%v/Python-%v.tar.xz -Source-MD5: 5caaca47eead170070a856fae5f6e78c +Source-MD5: 3e42a7d46c850f76fe8d47ab306bd744 # Upstream no longer provides doc tarballs. :( #Source2: https://www.python.org/ftp/python/doc/3.4.3/python-3.4.3-docs-html.tar.bz2 #Source2-MD5: cb6bd508aff25471fb4f32cc848a8c5b PatchFile: %n.patch -PatchFile-MD5: 4cf38d380a0771724ff5ba8396c0c39b +PatchFile-MD5: ad16c72c3524a983ed54d5456517a066 PatchScript: << sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 # /tmp and /var/tmp are symlinks to /private/tmp and /private/var/tmp Index: python34.patch =================================================================== RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/languages/python34.patch,v retrieving revision 1.2 diff -u -r1.2 python34.patch --- python34.patch 1 Jul 2016 00:05:39 -0000 1.2 +++ python34.patch 17 Jan 2017 23:28:32 -0000 @@ -24,21 +24,6 @@ # There's a chicken-and-egg situation on OS X with regards to the # _sysconfigdata module after the changes introduced by #15298: -diff -ru Python-3.4.5.orig/Lib/test/test_pyexpat.py Python-3.4.5/Lib/test/test_pyexpat.py ---- Python-3.4.5.orig/Lib/test/test_pyexpat.py 2016-06-25 17:52:31.000000000 -0400 -+++ Python-3.4.5/Lib/test/test_pyexpat.py 2016-06-30 18:28:17.000000000 -0400 -@@ -666,7 +666,10 @@ - parser.Parse(xml, True) - self.fail() - except expat.ExpatError as e: -- self.assertEqual(str(e), 'XML declaration not well-formed: line 1, column 14') -+ self.assertIn(str(e), [ -+ 'XML declaration not well-formed: line 1, column 13', -+ 'XML declaration not well-formed: line 1, column 14', -+ ]) - - class ErrorMessageTest(unittest.TestCase): - def test_codes(self): ~~~ Tested on 10.12 with 'fink -m'. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/fink/package-submissions/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/fink/admin/package-submissions/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Fink-tracker mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.tracker