Mikhail Novosyolov
c7cd8cf97d
Fix conflict of python3 and python38 in mans
...
Reported by stivux@ (Stepan Nazarov)
https://t.me/rosalinux/69127
2020-12-04 21:40:25 +03:00
Mikhail Novosyolov
e8e05acc52
clean up a bit:
...
- delete not used patches
- delete odd manual file provides (/usr/bin/*) - rpm will generate them
- be sure to not forget to apply a patch by switching to %%autopatch
- delete very old and not needed nowadays Obsoletes and Conflicts
- use %%EVRD for more strict Requires and Provides like most other packages
- delete README.urpmi which is mostly useless now in dnf platforms
(we decided that most people do not read such messages or may just miss them
when a lot of packages are being installed)
2020-07-01 13:51:23 +03:00
Andrey Bondrov
46c9d2728e
Disable conflicts with older tkinter3
2020-07-01 05:27:46 +00:00
Mikhail Novosyolov
651c841286
remove /usr/bin/python3.8 to avoid confusing crappy build systems like cmake which look for python3.9, 3.8 etc. in the PATH and use the highest found version
2020-06-30 23:15:19 +03:00
Mikhail Novosyolov
301d2a8488
Relocate python3.8 out of PATH, add script to fix shebangs
2020-06-01 00:42:03 +03:00
Mikhail Novosyolov
9eade514f9
fix typo in macros
2020-05-19 20:19:17 +03:00
Mikhail Novosyolov
c4767bebd2
Add comment explaining the need to remove files
2020-05-19 20:18:32 +03:00
Mikhail Novosyolov
57bbf7cf48
Fix naming of macros files
2020-05-19 19:44:03 +03:00
Mikhail Novosyolov
5738f211c7
Rename files
2020-05-19 19:35:48 +03:00
Mikhail Novosyolov
6e44607a78
Fix typo (noted by slava86@)
2020-05-19 19:21:19 +03:00
Mikhail Novosyolov
ac4ad75610
Macros to py38
2020-05-19 15:25:42 +03:00
Святослав
1bf31abf5f
Updated python3.spec
2020-05-19 04:39:53 +00:00
Святослав
310307ea98
forgot %%if
2020-05-19 04:38:55 +00:00
Святослав
700c0464a1
again does not understand rpm5
2020-05-19 04:29:11 +00:00
Святослав
2178fb4049
unpackaged files
2020-05-19 04:13:57 +00:00
Святослав
29d96b1849
exclude does not delete rpm5
2020-05-19 04:08:17 +00:00
slava86
be43238462
package py38 rosa20190*
2020-05-19 03:39:37 +00:00
Alexander Stefanov
5a68c7538c
3.8.2, add pathfix
2020-03-16 19:09:08 +00:00
Alexander Stefanov
f08e8464aa
do not exclude python-config, its requires by systemtap
2020-03-05 15:47:22 +00:00
Mikhail Novosyolov
9303e986ab
Fix args
2020-02-22 19:51:51 +03:00
Mikhail Novosyolov
e5f9ad64d4
delete not used patches
2020-02-12 11:19:44 +03:00
Mikhail Novosyolov
2bd4f2e1d7
move main 2to3 to python3
2020-02-12 10:47:06 +03:00
Alexander Stefanov
3cfba1f428
provides python
2020-02-09 13:00:14 +00:00
Alexander Stefanov
385e29f5a5
python3 as /usr/bin/python
2020-02-09 00:09:02 +00:00
Alexander Stefanov
cd2133d37b
remove multiarch
2020-02-08 21:02:55 +00:00
Alexander Stefanov
a31b9291a9
upload docs
2020-02-08 20:30:57 +00:00
Alexander Stefanov
41c737b432
fix a bit
2020-02-08 20:25:41 +00:00
NixTux Commit Bot
135935f5f5
bot: rpm5 -> rpm4 (8)
2020-01-13 18:14:28 +03:00
Mikhail Novosyolov
b89610d921
Use universal macro installation for both RPM 4 and RPM 5
...
%%install_macro has been added to the RPM 4 package,
%%install_macro and %%_rpmacrodir will be added to RPM 5.
2020-01-09 23:03:29 +03:00
NixTux Commit Bot
037f1a2f53
bot: rpm5 -> rpm4 (1)
2020-01-04 06:47:00 +03:00
Andrey Grigorev
6c6e3a9b06
Fix delete %patch
2020-01-03 13:20:31 +00:00
Alexander Stefanov
6201385682
add new provides
2020-01-03 00:44:05 +00:00
Denis Silakov
53009c24c0
Turn back wheel
2019-12-19 14:37:19 +00:00
Denis Silakov
ca5b42cd51
Bootstrap again
2019-12-19 16:55:50 +03:00
Denis Silakov
f13aea68cb
Fix python3 binary link
2019-12-19 16:55:33 +03:00
Denis Silakov
6fe4ec7a3c
Revert bootstrap
2019-12-19 15:40:39 +03:00
Denis Silakov
2333d7acb7
No rewheel for now
2019-12-19 15:17:02 +03:00
Denis Silakov
d32e90e73b
Remove strange egg that requires python3.6
2019-12-19 15:10:53 +03:00
Denis Silakov
d6bc1d879d
3.8.1
2019-12-19 12:27:39 +03:00
Mikhail Novosyolov
5cd8f9f94e
forgot to apply patches
2019-10-10 01:46:26 +03:00
Mikhail Novosyolov
8058c8b2db
Fix CVE-2019-16056, CVE-2019-16935 and race in test_docxmlrpc
...
https://usn.ubuntu.com/4151-1/
* SECURITY UPDATE: incorrect email address parsing
- CVE-2019-16056.patch: don't parse domains containing @ in
Lib/email/_header_value_parser.py, Lib/email/_parseaddr.py,
Lib/test/test_email/test__header_value_parser.py,
Lib/test/test_email/test_email.py.
* SECURITY UPDATE: XSS in documentation XML-RPC server
- CVE-2019-16935.patch: escape the server_title in Lib/xmlrpc/server.py, Lib/test/test_docxmlrpc.py.
* avoid_test_docxmlrpc_race.patch: avoid race in
test_docxmlrpc server setup in Lib/test/test_docxmlrpc.py.
2019-10-10 01:30:49 +03:00
a4135e32d2
MassBuild#1715: Increase release tag
2019-07-06 18:57:56 +00:00
Andrey Bondrov
a9fd7c4a20
MassBuild#1671: Increase release tag
2019-04-14 02:26:43 +00:00
d0d51bccd3
MassBuild#1666: Increase release tag
2019-04-07 10:32:24 +00:00
Denis Silakov
39ee7b3b99
Fix pure get_python_version in distutils
2018-02-23 09:03:49 +03:00
Denis Silakov
b6c7ec243b
Drop unused patch
2018-02-15 14:35:51 +03:00
Denis Silakov
bc59737a97
Impelement multilib support using sys.lib
2018-02-15 14:35:23 +03:00
Andrey Bondrov
3c7dcf74e5
MassBuild#1230: Increase release tag
2017-02-04 19:04:07 +03:00
Denis Silakov
6cf3a8212b
Added py3_test macro
2016-11-15 18:01:43 +03:00
Andrey Bondrov
b7026d01a0
MassBuild#1169: Increase release tag
2016-10-14 21:59:19 +04:00