]> git.pld-linux.org Git - packages/python3.git/log
packages/python3.git
8 years ago- updated to 3.5.1 auto/th/python3-3.5.1-1
Jakub Bogusz [Sat, 5 Mar 2016 18:55:08 +0000 (19:55 +0100)]
- updated to 3.5.1
- removed obsolete atomic patch
- test_ssl and test_httplib tests fail for me because of cert ca issues(?)

8 years agoopenssl 1.0.2g rebuild, strict openssl version dep auto/th/python3-3.5.0-9
Elan Ruusamäe [Fri, 4 Mar 2016 08:13:17 +0000 (10:13 +0200)]
openssl 1.0.2g rebuild, strict openssl version dep

$ python3 -m ssl
Traceback (most recent call last):
  File "/usr/lib64/python3.5/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/python3.5/ssl.py", line 98, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: /usr/lib64/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so: undefined symbol: SSLv2_method

8 years ago- added installcompile patch (fixes config pycompilation on install to not depend...
Jakub Bogusz [Sun, 28 Feb 2016 19:27:23 +0000 (20:27 +0100)]
- added installcompile patch (fixes config pycompilation on install to not depend on parallel make)

8 years ago- release 8 (by relup.sh) auto/th/python3-3.5.0-8
Jan Rękorajski [Sat, 19 Dec 2015 06:51:34 +0000 (07:51 +0100)]
- release 8 (by relup.sh)

8 years agoRelease: 7 auto/th/python3-3.5.0-7
Jacek Konieczny [Fri, 4 Dec 2015 12:47:18 +0000 (13:47 +0100)]
Release: 7

8 years agoSet WITHIN_PYTHON_RPM_BUILD=1 for tests
Jacek Konieczny [Thu, 3 Dec 2015 18:06:51 +0000 (19:06 +0100)]
Set WITHIN_PYTHON_RPM_BUILD=1 for tests

8 years agotest_asyncio and test_os fail due to builder limitations
Jacek Konieczny [Thu, 3 Dec 2015 18:05:33 +0000 (19:05 +0100)]
test_asyncio and test_os fail due to builder limitations

8 years agoadapterized
Jacek Konieczny [Thu, 3 Dec 2015 17:41:41 +0000 (18:41 +0100)]
adapterized

8 years agoclean up and reenable tests
Jacek Konieczny [Thu, 3 Dec 2015 17:39:54 +0000 (18:39 +0100)]
clean up and reenable tests

8 years agoFix distutils bdist_rpm and its test
Jacek Konieczny [Thu, 3 Dec 2015 17:16:33 +0000 (18:16 +0100)]
Fix distutils bdist_rpm and its test

8 years agoOmit tests which won't work with $PYTHONPATH set
Jacek Konieczny [Thu, 3 Dec 2015 16:50:40 +0000 (17:50 +0100)]
Omit tests which won't work with $PYTHONPATH set

8 years agofix 'test_user_similar' fail
Jacek Konieczny [Thu, 3 Dec 2015 16:33:39 +0000 (17:33 +0100)]
fix 'test_user_similar' fail

fixes:
> FAIL: test_user_similar (test.test_sysconfig.TestSysConfig)

8 years agoPackage compiled py-config.py auto/th/python3-3.5.0-6.2
Jacek Konieczny [Wed, 2 Dec 2015 20:21:47 +0000 (21:21 +0100)]
Package compiled py-config.py

Those files would be generated anyway the first time root imports this
module for whatever reason.

8 years agoPlatform independent pyconfig.h
Jacek Konieczny [Wed, 2 Dec 2015 20:20:30 +0000 (21:20 +0100)]
Platform independent pyconfig.h

/usr/include/python3.X/pyconfig.h will include
%{_libdir}/python3.X/config-%{py_abi}/pyconfig.h

Should allow multilib python-libs installation.

8 years agoDo not use $prefix/share in default install scheme
Jacek Konieczny [Wed, 2 Dec 2015 19:50:17 +0000 (20:50 +0100)]
Do not use $prefix/share in default install scheme

The directory for platform-independent code will be provided by our
%py_install macro.

Also: python3-lib64.patch and python3-noarch_to_datadir.patch merged into
single python3-multilib.patch.

8 years agoRelease: 6 auto/th/python3-3.5.0-6
Jacek Konieczny [Tue, 1 Dec 2015 17:50:07 +0000 (18:50 +0100)]
Release: 6

8 years agosys.prefix as default install prefix if not /usr
Jacek Konieczny [Tue, 1 Dec 2015 17:47:30 +0000 (18:47 +0100)]
sys.prefix as default install prefix if not /usr

virtualenv expects sys.prefix change to affect distutils
default installation prefix.

8 years agoDon't split Python standard library in two parts
Jacek Konieczny [Tue, 1 Dec 2015 17:35:17 +0000 (18:35 +0100)]
Don't split Python standard library in two parts

There is no gain of keeping pure python standard library modules in
%{_datadir} and it causes problems with virtualenv.

External modules will still be installed in %{_libdir} or %{_datadir}
depending on whether it contains architecture-dependant pieces.

8 years agoSuggests: pip auto/th/python3-3.5.0-5
Jacek Konieczny [Sat, 28 Nov 2015 13:23:08 +0000 (14:23 +0100)]
Suggests: pip

Release: 5

8 years agoSuggests: python-pip
Jacek Konieczny [Wed, 25 Nov 2015 19:06:57 +0000 (20:06 +0100)]
Suggests: python-pip

PEP 0453 recommendation

8 years agoUse /usr/local as distutils default inst. prefix auto/th/python3-3.5.0-4
Jacek Konieczny [Wed, 25 Nov 2015 17:57:53 +0000 (18:57 +0100)]
Use /usr/local as distutils default inst. prefix

Release: 4

8 years ago- rel 3; don't use g++ for linking, shouldn't be needed on elf/linux - http://thread... auto/th/python3-3.5.0-3
Arkadiusz Miśkiewicz [Sat, 31 Oct 2015 07:31:55 +0000 (08:31 +0100)]
- rel 3; don't use g++ for linking, shouldn't be needed on elf/linux - http://thread.gmane.org/gmane.comp.python.devel/69651

8 years ago- rel 2; atomic fixes auto/th/python3-3.5.0-2
Arkadiusz Miśkiewicz [Fri, 30 Oct 2015 19:20:15 +0000 (20:20 +0100)]
- rel 2; atomic fixes

8 years agouse py_ver macro
Elan Ruusamäe [Mon, 14 Sep 2015 07:39:22 +0000 (10:39 +0300)]
use py_ver macro

8 years ago- up to 3.5.0 auto/th/python3-3.5.0-1
Arkadiusz Miśkiewicz [Sun, 13 Sep 2015 19:28:35 +0000 (21:28 +0200)]
- up to 3.5.0

9 years ago- adjusted db patch to cover db6.1
Jakub Bogusz [Mon, 16 Mar 2015 14:35:48 +0000 (15:35 +0100)]
- adjusted db patch to cover db6.1

9 years ago- rel 2 auto/th/python3-3.4.3-2
Arkadiusz Miśkiewicz [Sun, 15 Mar 2015 21:13:28 +0000 (22:13 +0100)]
- rel 2

9 years ago- fix _ctypes module build: run aclocal (needed for PKG_PROG_PKG_CONFIG macro), BR...
Jakub Bogusz [Sun, 15 Mar 2015 20:04:00 +0000 (21:04 +0100)]
- fix _ctypes module build: run aclocal (needed for PKG_PROG_PKG_CONFIG macro), BR: pkg-config

9 years ago- up to 3.4.3 auto/th/python3-3.4.3-1
Arkadiusz Miśkiewicz [Fri, 13 Mar 2015 21:52:27 +0000 (22:52 +0100)]
- up to 3.4.3

9 years ago- x32 rebuild auto/th/python3-3.4.2-6
Jan Rękorajski [Tue, 24 Feb 2015 21:38:43 +0000 (22:38 +0100)]
- x32 rebuild
- release 6 (by relup.sh)

9 years ago- fixes for x32 arch
Jan Rękorajski [Tue, 23 Dec 2014 07:53:15 +0000 (07:53 +0000)]
- fixes for x32 arch
- added xz BR

9 years ago- libffi rebuild auto/th/python3-3.4.2-5
Arkadiusz Miśkiewicz [Sat, 6 Dec 2014 22:12:46 +0000 (23:12 +0100)]
- libffi rebuild
- release 5 (by relup.sh)

9 years ago- rel 4: P/O: python3-enum as is official module in 3.4 auto/th/python3-3.4.2-4
Mateusz Korniak [Thu, 20 Nov 2014 14:39:29 +0000 (15:39 +0100)]
- rel 4: P/O: python3-enum as is official module in 3.4

9 years ago- release 3 (by relup.sh) auto/th/python3-3.4.2-3
Arkadiusz Miśkiewicz [Thu, 13 Nov 2014 18:27:14 +0000 (19:27 +0100)]
- release 3 (by relup.sh)

9 years ago- disable setuptools and pip installation by --without-ensurepip
Jakub Bogusz [Thu, 13 Nov 2014 17:54:11 +0000 (18:54 +0100)]
- disable setuptools and pip installation by --without-ensurepip

9 years ago- rel 2; put reindent script into devel-tools auto/th/python3-3.4.2-2
Arkadiusz Miśkiewicz [Mon, 10 Nov 2014 17:18:15 +0000 (18:18 +0100)]
- rel 2; put reindent script into devel-tools

9 years ago- avoid /usr/bin/env shebang, use direct python3 path
Jakub Bogusz [Tue, 21 Oct 2014 16:51:47 +0000 (18:51 +0200)]
- avoid /usr/bin/env shebang, use direct python3 path

9 years ago- use system mpdecimal library by default
Jakub Bogusz [Tue, 21 Oct 2014 14:36:32 +0000 (16:36 +0200)]
- use system mpdecimal library by default
- clean up setuptools and pip files (since they are not packaged here, but in separate specs)

9 years ago- drop obsolete patch
Arkadiusz Miśkiewicz [Sun, 19 Oct 2014 10:02:36 +0000 (12:02 +0200)]
- drop obsolete patch

9 years ago- move libs that are needed in base package auto/th/python3-3.4.2-1
Arkadiusz Miśkiewicz [Sun, 19 Oct 2014 09:32:12 +0000 (11:32 +0200)]
- move libs that are needed in base package

9 years ago- versioned /usr/share/pythonX.X
Arkadiusz Miśkiewicz [Sun, 19 Oct 2014 09:05:22 +0000 (11:05 +0200)]
- versioned /usr/share/pythonX.X

9 years ago- up to 3.4.2; what to do with PIP?
Arkadiusz Miśkiewicz [Sat, 18 Oct 2014 23:18:52 +0000 (01:18 +0200)]
- up to 3.4.2; what to do with PIP?

9 years ago- tcl rebuild auto/th/python3-3.3.5-2
Arkadiusz Miśkiewicz [Sun, 1 Jun 2014 16:40:00 +0000 (18:40 +0200)]
- tcl rebuild
- release 2 (by relup.sh)

10 years ago- up to 3.3.5 auto/th/python3-3.3.5-1 auto/ti/python3-3.3.5-1
Arkadiusz Miśkiewicz [Sun, 16 Mar 2014 15:19:11 +0000 (16:19 +0100)]
- up to 3.3.5

10 years ago- drop conflicting test option (-l, conflicts with internally used -j)
Arkadiusz Miśkiewicz [Fri, 21 Feb 2014 22:41:36 +0000 (23:41 +0100)]
- drop conflicting test option (-l, conflicts with internally used -j)

10 years ago- rel 2; rework options to avoid case when part of object files were built with one... auto/th/python3-3.3.4-2
Arkadiusz Miśkiewicz [Fri, 21 Feb 2014 18:21:54 +0000 (19:21 +0100)]
- rel 2; rework options to avoid case when part of object files were built with one flags (eg with -DNDEBUG) and part without (without -DNDEBUG); drop vars for crossbuild (weren't tested for years)

10 years ago'test' subpackage added
Jacek Konieczny [Fri, 21 Feb 2014 15:19:01 +0000 (16:19 +0100)]
'test' subpackage added

The test modules may be useful.

10 years ago- up to 3.3.4; fixes CVE-2013-1752 and misc things auto/th/python3-3.3.4-1
Arkadiusz Miśkiewicz [Tue, 11 Feb 2014 10:21:41 +0000 (11:21 +0100)]
- up to 3.3.4; fixes CVE-2013-1752 and misc things

10 years ago- added db patch (support db 6.0)
Jakub Bogusz [Thu, 21 Nov 2013 19:15:22 +0000 (20:15 +0100)]
- added db patch (support db 6.0)

10 years ago- up to 3.3.3 auto/th/python3-3.3.3-1
Arkadiusz Miśkiewicz [Wed, 20 Nov 2013 20:07:12 +0000 (21:07 +0100)]
- up to 3.3.3

10 years agorel. 2 auto/th/python3-3.3.2-2
Kacper Kornet [Mon, 26 Aug 2013 18:19:26 +0000 (19:19 +0100)]
rel. 2

10 years agofix for CVE-2013-4238
Kacper Kornet [Mon, 26 Aug 2013 18:09:54 +0000 (19:09 +0100)]
fix for CVE-2013-4238

10 years ago- ver. 3.3.2 auto/th/python3-3.3.2-1 auto/ti/python3-3.3.2-1
wrobell [Sun, 26 May 2013 22:59:04 +0000 (23:59 +0100)]
- ver. 3.3.2

10 years ago- fix posix_home{platstdlib} in sysconfig.py auto/th/python3-3.3.1-3
Kacper Kornet [Mon, 20 May 2013 05:13:23 +0000 (06:13 +0100)]
- fix posix_home{platstdlib} in sysconfig.py

10 years ago- rel 2; make platform.dist() to work auto/th/python3-3.3.1-2
Arkadiusz Miśkiewicz [Sat, 11 May 2013 14:26:18 +0000 (16:26 +0200)]
- rel 2; make platform.dist() to work

10 years ago- add fix for backwards-incompatible change in SysLogHandler (fixes auto/ti/python3-3.3.1-1
Kacper Kornet [Sun, 28 Apr 2013 02:07:24 +0000 (03:07 +0100)]
- add fix for backwards-incompatible change in SysLogHandler (fixes
  http://bugs.python.org/issue17795)

10 years ago- rel. 1.
wrobell [Tue, 23 Apr 2013 18:32:53 +0000 (19:32 +0100)]
- rel. 1.

11 years ago- removed outdated todo item auto/ti/python3-3.3.1-0.1
Jakub Bogusz [Thu, 18 Apr 2013 16:02:55 +0000 (18:02 +0200)]
- removed outdated todo item

11 years ago- package remaining files
Jakub Bogusz [Thu, 18 Apr 2013 15:59:32 +0000 (17:59 +0200)]
- package remaining files

11 years ago- updated lib64 patch so that configure hunk applies correctly
Jakub Bogusz [Thu, 18 Apr 2013 15:35:56 +0000 (17:35 +0200)]
- updated lib64 patch so that configure hunk applies correctly

11 years ago- todo updated
wrobell [Thu, 11 Apr 2013 23:00:12 +0000 (00:00 +0100)]
- todo updated

11 years ago- typo
wrobell [Thu, 11 Apr 2013 18:12:47 +0000 (19:12 +0100)]
- typo

11 years ago- todo updated
wrobell [Wed, 10 Apr 2013 23:00:02 +0000 (00:00 +0100)]
- todo updated

11 years ago- reverted last change (just fix lib64 patch)
wrobell [Wed, 10 Apr 2013 22:51:49 +0000 (23:51 +0100)]
- reverted last change (just fix lib64 patch)

11 years ago- lib64 patch mangles ldflags, so added them to configure call
wrobell [Tue, 9 Apr 2013 22:36:19 +0000 (23:36 +0100)]
- lib64 patch mangles ldflags, so added them to configure call

11 years ago- started upgrade to ver. 3.3.1
wrobell [Sun, 7 Apr 2013 18:46:45 +0000 (19:46 +0100)]
- started upgrade to ver. 3.3.1

11 years ago- added mpdecimal note
Jakub Bogusz [Tue, 4 Dec 2012 14:42:06 +0000 (15:42 +0100)]
- added mpdecimal note

11 years ago- --with-wide-unicode is obsolete
Arkadiusz Miśkiewicz [Wed, 14 Nov 2012 10:57:02 +0000 (11:57 +0100)]
- --with-wide-unicode is obsolete

11 years ago- files fixed auto/th/python3-3.3.0-1 auto/ti/python3-3.3.0-1
Arkadiusz Miśkiewicz [Wed, 14 Nov 2012 10:56:08 +0000 (11:56 +0100)]
- files fixed

11 years ago- build fixed, TODO: files
Arkadiusz Miśkiewicz [Tue, 13 Nov 2012 11:30:19 +0000 (12:30 +0100)]
- build fixed, TODO: files

11 years ago- up to 3.3.0; patches updated; needs buildfix
Arkadiusz Miśkiewicz [Sat, 29 Sep 2012 21:38:14 +0000 (23:38 +0200)]
- up to 3.3.0; patches updated; needs buildfix

11 years ago- up db version check to 5.3 auto/th/python3-3.2.3-6
Jan Rękorajski [Thu, 6 Sep 2012 12:39:44 +0000 (14:39 +0200)]
- up db version check to 5.3
- release 6

11 years ago- use system expat
Elan Ruusamäe [Sat, 28 Jul 2012 08:01:43 +0000 (11:01 +0300)]
- use system expat

11 years agoremoved bundled zlib, libffi, openssl to make sure we use system one
Elan Ruusamäe [Sat, 28 Jul 2012 07:52:01 +0000 (10:52 +0300)]
removed bundled zlib, libffi, openssl to make sure we use system one

11 years agoenable tsc only on supported arches
Elan Ruusamäe [Sat, 28 Jul 2012 06:54:29 +0000 (09:54 +0300)]
enable tsc only on supported arches

11 years agopackage _sha256, _sha512 modules for openssl < 0.9.8
Elan Ruusamäe [Thu, 26 Jul 2012 10:41:07 +0000 (13:41 +0300)]
package _sha256, _sha512 modules for openssl < 0.9.8

11 years agolink to upstream fix
Elan Ruusamäe [Thu, 26 Jul 2012 09:03:31 +0000 (12:03 +0300)]
link to upstream fix

11 years agodefine O_CLOEXEC on old libc
Elan Ruusamäe [Thu, 26 Jul 2012 08:36:34 +0000 (11:36 +0300)]
define O_CLOEXEC on old libc

11 years agoac build fixes
Elan Ruusamäe [Wed, 25 Jul 2012 21:47:58 +0000 (00:47 +0300)]
ac build fixes

- builds with openssl 0.9.7
- move tmpfs check to build, not prep
- alias cosmetics for vim and readability

11 years ago- force semapthores at configure level too (but leaving mounts based check - it will...
Arkadiusz Miśkiewicz [Thu, 31 May 2012 10:05:38 +0000 (10:05 +0000)]
- force semapthores at configure level too (but leaving mounts based check - it will be our test package for builder breackages, too then)

Changed files:
    python3.spec -> 1.77

11 years ago- rel 5; require /dev/shm (or any tmpfs actually) for shm_open and friends to work auto/th/python3-3_2_3-5
Arkadiusz Miśkiewicz [Thu, 31 May 2012 09:58:41 +0000 (09:58 +0000)]
- rel 5; require /dev/shm (or any tmpfs actually) for shm_open and friends to work

Changed files:
    python3.spec -> 1.76

11 years ago- rel 4; our Makefile is always in libdir auto/th/python3-3_2_3-4
Arkadiusz Miśkiewicz [Thu, 31 May 2012 08:35:17 +0000 (08:35 +0000)]
- rel 4; our Makefile is always in libdir

Changed files:
    python3-makefile-location.patch -> 1.1
    python3.spec -> 1.75

11 years ago- release 3 auto/th/python3-3_2_3-3
Arkadiusz Miśkiewicz [Fri, 11 May 2012 09:56:13 +0000 (09:56 +0000)]
- release 3

Changed files:
    python3.spec -> 1.74

11 years ago- revert part of previous change (it made sense only for 2.x pythons)
Arkadiusz Miśkiewicz [Thu, 10 May 2012 18:13:08 +0000 (18:13 +0000)]
- revert part of previous change (it made sense only for 2.x pythons)

Changed files:
    python3.spec -> 1.73

11 years ago- rel 2; fix install; include py files auto/th/python3-3_2_3-2
Arkadiusz Miśkiewicz [Thu, 10 May 2012 17:09:45 +0000 (17:09 +0000)]
- rel 2; fix install; include py files

Changed files:
    python3.spec -> 1.72

11 years ago- package .pc symlinks auto/th/python3-3_2_3-1
Jakub Bogusz [Sun, 22 Apr 2012 18:37:18 +0000 (18:37 +0000)]
- package .pc symlinks

Changed files:
    python3.spec -> 1.71

11 years ago- bug 11254 fixed, now
wrobell [Sun, 22 Apr 2012 00:36:55 +0000 (00:36 +0000)]
- bug 11254 fixed, now

Changed files:
    python3-bug11254.patch -> 1.3
    python3.spec -> 1.70

11 years ago- ver. 3.2.3 (CVE-2012-1150, CVE-2012-0876, CVE-2012-0845, CVE-2011-3389)
wrobell [Sun, 22 Apr 2012 00:35:40 +0000 (00:35 +0000)]
- ver. 3.2.3 (CVE-2012-1150, CVE-2012-0876, CVE-2012-0845, CVE-2011-3389)

Changed files:
    python3.spec -> 1.69

11 years ago- rel 4 auto/ti/python3-3_2_2-4
lisu [Tue, 3 Jan 2012 19:53:40 +0000 (19:53 +0000)]
- rel 4

Changed files:
    python3.spec -> 1.68

11 years ago- fix libpython3.so auto/th/python3-3_2_2-3 auto/ti/python3-3_2_2-3
Artur Frysiak [Sat, 24 Sep 2011 18:11:01 +0000 (18:11 +0000)]
- fix libpython3.so

Changed files:
    python3.spec -> 1.67

11 years ago- python apparently needs Makefile and pyconfig.h to run, moved the rest (except... auto/th/python3-3_2_2-2
Jakub Bogusz [Fri, 9 Sep 2011 19:36:03 +0000 (19:36 +0000)]
- python apparently needs Makefile and pyconfig.h to run, moved the rest (except for Setup*, just in case) of config back to -devel
- explicit list of .py files in -modules instead of not much shorter excludes list
- properly distributed py_scriptdir/__pycache__ files over subpackages
- release 2

Changed files:
    python3.spec -> 1.66

11 years ago- remove platform hack (no longer needed; upstream fixed it) auto/th/python3-3_2_2-1
Arkadiusz Miśkiewicz [Tue, 6 Sep 2011 04:48:29 +0000 (04:48 +0000)]
- remove platform hack (no longer needed; upstream fixed it)

Changed files:
    python3.spec -> 1.65

11 years ago- ver. 3.2.2
wrobell [Mon, 5 Sep 2011 21:26:22 +0000 (21:26 +0000)]
- ver. 3.2.2

Changed files:
    python3.spec -> 1.64

11 years ago- rel 6; typo fixed auto/th/python3-3_2_1-6
Arkadiusz Miśkiewicz [Sat, 3 Sep 2011 16:06:55 +0000 (16:06 +0000)]
- rel 6; typo fixed

Changed files:
    python3.spec -> 1.63

11 years ago- rel 5; move some libs/headers so python without -modules and -devel subpackages... auto/th/python3-3_2_1-5
Arkadiusz Miśkiewicz [Sat, 3 Sep 2011 15:56:15 +0000 (15:56 +0000)]
- rel 5; move some libs/headers so python without -modules and -devel subpackages works

Changed files:
    python3.spec -> 1.62

11 years ago- support plat-linux3
Arkadiusz Miśkiewicz [Fri, 22 Jul 2011 07:33:49 +0000 (07:33 +0000)]
- support plat-linux3

Changed files:
    python3.spec -> 1.61

11 years ago- fixed {without tests}
wrobell [Mon, 18 Jul 2011 19:56:03 +0000 (19:56 +0000)]
- fixed {without tests}

Changed files:
    python3.spec -> 1.60

11 years ago- include __pycache__ subdirs in site-packages auto/th/python3-3_2_1-4
Jacek Konieczny [Fri, 15 Jul 2011 18:46:59 +0000 (18:46 +0000)]
- include __pycache__ subdirs in site-packages
- Release: 4

Changed files:
    python3.spec -> 1.59

11 years ago- sysconfig.get_path('purelib') fix (it is our %py3_sitescriptdir) auto/th/python3-3_2_1-3
Jacek Konieczny [Fri, 15 Jul 2011 18:20:10 +0000 (18:20 +0000)]
- sysconfig.get_path('purelib') fix (it is our %py3_sitescriptdir)
- Release: 3

Changed files:
    python3-noarch_to_datadir.patch -> 1.7
    python3.spec -> 1.58

11 years ago- audioop module now is built on 64 bits too auto/th/python3-3_2_1-2
Jacek Konieczny [Fri, 15 Jul 2011 16:07:44 +0000 (16:07 +0000)]
- audioop module now is built on 64 bits too
- only one pkgconfig file (though I was sure I have seen the other two earlier today)
- Release: 2

Changed files:
    python3.spec -> 1.57

This page took 0.218013 seconds and 4 git commands to generate.