27 Commits

Author SHA256 Message Date
Dominique Leuenberger
543872934f Accepting request 754444 from devel:languages:python
- Update to 0.18.2:
  - Fix min/max functions with generators, and 'None' default (PR #514)
  - Use BaseException in raise_() (PR #515)
  - Fix builtins.round() for Decimals (Issue #501)
  - Fix raise_from() to prevent failures with immutable classes (PR #518)
  - Make FixInput idempotent (Issue #427)
  - Fix type in newround (PR #521)
  - Support mimetype guessing in urllib2 for Py3.8+ (Issue #508)
  - fix for raise_() when passed an exception that's not an
    Exception (e.g. BaseException subclasses)
- Rebase future-correct-mimetype.patch to revert incorrect fix in
  gh#PythonCharmers/python-future#508

OBS-URL: https://build.opensuse.org/request/show/754444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=11
2019-12-11 11:09:33 +00:00
c1b5a1b0c1 - Update to 0.18.2:
- Fix min/max functions with generators, and 'None' default (PR #514)
  - Use BaseException in raise_() (PR #515)
  - Fix builtins.round() for Decimals (Issue #501)
  - Fix raise_from() to prevent failures with immutable classes (PR #518)
  - Make FixInput idempotent (Issue #427)
  - Fix type in newround (PR #521)
  - Support mimetype guessing in urllib2 for Py3.8+ (Issue #508)
  - fix for raise_() when passed an exception that's not an
    Exception (e.g. BaseException subclasses)
- Rebase future-correct-mimetype.patch to revert incorrect fix in
  gh#PythonCharmers/python-future#508

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=27
2019-12-05 14:38:26 +00:00
Dominique Leuenberger
d61db7dbd7 Accepting request 738188 from devel:languages:python
- Update to 0.18.0.
- Remove python38-compat.patch, already included.
- Add future-correct-mimetype.patch, since Python 3.8 is able to detect
  the MIME type now.

OBS-URL: https://build.opensuse.org/request/show/738188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=10
2019-11-04 16:05:25 +00:00
Steve Kowalik
003c1600db - Update to 0.18.0.
- Remove python38-compat.patch, already included.
- Add future-correct-mimetype.patch, since Python 3.8 is able to detect
  the MIME type now.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=25
2019-10-14 07:40:24 +00:00
Steve Kowalik
2e38555ae5 * Update to 0.18.0
* Add a patch to correct MIME type detection for Python 3.8
* Drop python38-compat.patch, included in the new release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=24
2019-10-14 07:14:40 +00:00
Dominique Leuenberger
c77ef9cfd3 Accepting request 734651 from devel:languages:python
- Add python38-compat.patch to fix compatibility with Python 3.8
  gh#PythonCharmers/python-future#447
- Add python38-pow.patch not to expect exception on new available
  parameters for Python 3.8. gh#PythonCharmers/python-future#474

OBS-URL: https://build.opensuse.org/request/show/734651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=9
2019-10-05 14:20:27 +00:00
7fa3795973 Accepting request 734621 from home:mcepl:branches:devel:languages:python
- Add python38-compat.patch to fix compatibility with Python 3.8
  gh#PythonCharmers/python-future#447
- Add python38-pow.patch not to expect exception on new available
  parameters for Python 3.8. gh#PythonCharmers/python-future#474

OBS-URL: https://build.opensuse.org/request/show/734621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=22
2019-10-02 14:11:43 +00:00
Dominique Leuenberger
2617b69d9f Accepting request 701205 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=8
2019-05-08 13:15:18 +00:00
Tomáš Chvátal
373dc955e0 Accepting request 701158 from home:jayvdb:py-backports
- Change License from MIT to MIT and Python-2.0

OBS-URL: https://build.opensuse.org/request/show/701158
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=20
2019-05-07 06:10:13 +00:00
Dominique Leuenberger
b1cf9189d8 Accepting request 683765 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/683765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=7
2019-03-12 08:46:34 +00:00
Tomáš Chvátal
9e71402ca2 Accepting request 683762 from home:jayvdb:py-backports
- Activate test suite

OBS-URL: https://build.opensuse.org/request/show/683762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=18
2019-03-11 11:22:35 +00:00
Dominique Leuenberger
338975ac8f Accepting request 659390 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=6
2018-12-26 23:26:04 +00:00
9597bf09b1 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=16
2018-12-04 13:29:10 +00:00
Dominique Leuenberger
f1692eb29e Accepting request 649806 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/649806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=5
2018-11-20 21:26:59 +00:00
Todd R
4c2c23f69f Accepting request 649803 from home:TheBlackCat:branches:devel:languages:python
- Update to version 0.17.1
  * This release address a packaging error because of an erroneous declaration that
    any built wheels are universal.
- Update to version 0.17.0
  * Fix ``from collections import ChainMap`` after install_aliases() (issue #226)
  * Fix multiple import from ``__future__`` bug in futurize (issue #113)
  * Add support for proper %s formatting of newbytes
  * Properly implement iterator protocol for newrange object
  * Fix ``past.translation`` on read-only file systems
  * Fix Tkinter import bug introduced in Python 2.7.4 (issue #262)
  * Correct TypeError to ValueError in a specific edge case for newrange
  * Support inequality tests betwen newstrs and newbytes
  * Add type check to __get__ in newsuper
  * Fix fix_divsion_safe to support better conversion of complex expressions, and
    skip obvious float division.

OBS-URL: https://build.opensuse.org/request/show/649803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=14
2018-11-16 19:27:55 +00:00
Dominique Leuenberger
51bfe22434 Accepting request 486204 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=4
2017-04-28 07:12:25 +00:00
Todd R
9ac719b9e3 Accepting request 486203 from home:TheBlackCat:branches:devel:languages:python
Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/486203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=12
2017-04-06 16:24:43 +00:00
Dominique Leuenberger
f2b4666975 Accepting request 441966 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/441966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=3
2016-11-28 14:08:27 +00:00
Tomas Cech
b82d318638 Accepting request 441961 from home:mimi_vx:branches:devel:languages:python
- update to 0.16.0
* Fix newbytes constructor bug.
* Fix semantics of bool() with newobject.
* Fix standard_library.install_aliases() on PyPy
* Fix assertRaises for pow and compile` on Python 3.5.
* Fix return argument of future.utils.ensure_new_type
	 if conversion to new type does not exist.
* Add missing cmp_to_key for Py2.6.
* Allow the old_div fixer to be disabled.
* Improve compatibility with Google App Engine.
* Add some missing imports to the tkinter and tkinter.filedialog
	 package namespaces
* Fix raise_from on PY3 when the exception cannot be recreated from its repr.

OBS-URL: https://build.opensuse.org/request/show/441961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=10
2016-11-25 10:10:48 +00:00
Dominique Leuenberger
4d5148ee8d Accepting request 434318 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/434318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=2
2016-10-20 21:08:06 +00:00
cf2fbf4c73 Accepting request 434317 from home:sax2:branches:devel:languages:python
- Tracker changelog entry to add python-future to SLE12 (bnc#999200)

OBS-URL: https://build.opensuse.org/request/show/434317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=8
2016-10-11 13:45:05 +00:00
Dominique Leuenberger
e9a5294d09 Accepting request 429775 from devel:languages:python
Fix rpm uninstall warnings by removing alternatives in postun

OBS-URL: https://build.opensuse.org/request/show/429775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=1
2016-09-27 11:44:21 +00:00
Denisart Benjamin
c0327c271c Accepting request 429335 from home:okurz:branches:devel:languages:python
Provide changelog entry for 'preun/postun' fix

OBS-URL: https://build.opensuse.org/request/show/429335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=6
2016-09-23 10:30:35 +00:00
Todd R
f4bfe3d3be Accepting request 427970 from home:TheBlackCat:branches:devel:languages:python
Fix update-alternatives usage

OBS-URL: https://build.opensuse.org/request/show/427970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=4
2016-09-15 15:24:57 +00:00
0025046171 Accepting request 426905 from home:gary_lin:branches:devel:languages:python
Remove %ghost from %{_bindir}/futurize and %{_bindir}/pasteurize and add the fate entry

OBS-URL: https://build.opensuse.org/request/show/426905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=3
2016-09-12 11:13:09 +00:00
86961e35ed Accepting request 425687 from SUSE:SLE-12-SP2:GA
sync sources with SLE

OBS-URL: https://build.opensuse.org/request/show/425687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=2
2016-09-12 08:08:48 +00:00
ee56c06f7a Accepting request 348797 from home:gary_lin:iovisor
New python module 'future' to provide python 2/3 compatibility

The unit tests were disabled since some of the tests require libfuture in the
default lib path.

OBS-URL: https://build.opensuse.org/request/show/348797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=1
2015-12-17 13:37:13 +00:00