File python-six.changes of Package python-six
243
1
-------------------------------------------------------------------
2
Tue Mar 10 07:53:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
3
4
- Do not cause buildcycle with previous change but rather
5
install the egg-info prepared metadata from the tarball
6
7
-------------------------------------------------------------------
8
Mon Mar 9 20:54:38 UTC 2020 - Dirk Mueller <dmueller@suse.com>
9
10
- use setuptools for building to support pip 10.x (bsc#1166139)
11
12
-------------------------------------------------------------------
13
Mon Oct 16 16:49:50 UTC 2017 - jmatejek@suse.com
14
15
- remove egg-info directory before installation if it exists,
16
because setuptools produce directory and six switched to distutils
17
that produce a file
18
(and because rpm can't handle that by itself)
19
fixes bsc#1057496
20
21
-------------------------------------------------------------------
22
Thu Sep 28 07:47:18 UTC 2017 - tbechtold@suse.com
23
24
- Fix Source url
25
26
-------------------------------------------------------------------
27
Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de
28
29
- README->README.rst, add CHANGES
30
31
- update to version 1.11.0:
32
* Pull request #178: `with_metaclass` now properly proxies
33
`__prepare__` to the underlying metaclass.
34
* Pull request #191: Allow `with_metaclass` to work with metaclasses
35
implemented in C.
36
* Pull request #203: Add parse_http_list and parse_keqv_list to
37
moved urllib.request.
38
* Pull request #172 and issue #171: Add unquote_to_bytes to moved
39
urllib.parse.
40
* Pull request #167: Add `six.moves.getoutput`.
41
* Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
42
* Pull request #75: Add `six.moves.email_mime_image`.
43
* Pull request #72: Avoid creating reference cycles through
44
tracebacks in `reraise`.
45
46
-------------------------------------------------------------------
47
Wed Oct 5 14:33:14 UTC 2016 - jmatejek@suse.com
48
49
- update for multipython build
50
51
-------------------------------------------------------------------
52
Tue Feb 9 07:45:20 UTC 2016 - olaf@aepfle.de
53
54
- Restore buildarch for SLE_11 to fix build
55
56
-------------------------------------------------------------------
57
Tue Jan 19 09:07:19 UTC 2016 - toddrme2178@gmail.com
58
59
- Run tests in -doc package to avoid dependency loops
60
* python-setuptools -> python-six -> python-py -> python-setuptools
61
* python-setuptools -> python-six -> python-pytest -> python-setuptools
62
- Actually run the tests. They weren't previously being run.
63
64
-------------------------------------------------------------------
65
Fri Oct 9 08:17:49 UTC 2015 - mcihar@suse.cz
66
67
- Update to 1.10.0:
68
- Issue #122: Improve the performance of `six.int2byte` on Python 3.
69
- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
70
on non-Windows platforms.
71
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
72
`six.moves.getcwdu`.
73
- Pull request #64: Add `create_unbound_method` to create unbound methods.
74
75
-------------------------------------------------------------------
76
Tue Aug 4 07:50:17 UTC 2015 - dimstar@opensuse.org
77
78
- Delete the system egg-info during pre phase: older versions of
79
the package installed it as a directory, the latest update
80
creates a file, and rpm has known issues with replacing this.
81
82
-------------------------------------------------------------------
83
Wed Jul 29 13:01:56 UTC 2015 - toddrme2178@gmail.com
84
85
- Make tests conditional to avoid dependency loop.
86
87
-------------------------------------------------------------------
88
Thu Apr 16 10:41:33 UTC 2015 - hpj@urpla.net
89
90
- don't build/package documentation here: it breaks due to cyclic
91
requirements between six and Sphinx, move doc in its own package
92
93
-------------------------------------------------------------------
94
Sat Jan 24 13:45:42 UTC 2015 - mailaender@opensuse.org
95
96
- update to version 1.9.0
97
- Issue #106: Support the `flush` parameter to `six.print_`.
98
- Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
99
decorator.
100
- Pull request #57 and issue #50: Add several compatibility methods for
101
unittest assertions that were renamed between Python 2 and 3.
102
- Issue #105 and pull request #58: Ensure `six.wraps` respects the
103
*updated* and *assigned* arguments.
104
- Issue #102: Add `raise_from` to abstract out Python 3's raise from
105
syntax.
106
- Issue #97: Optimize `six.iterbytes` on Python 2.
107
- Issue #98: Fix `six.moves` race condition in multi-threaded code.
108
- Pull request #51: Add `six.view(keys|values|itmes)`, which provide
109
dictionary views on Python 2.7+.
110
111
-------------------------------------------------------------------
112
Tue Sep 16 06:32:25 UTC 2014 - tbechtold@suse.com
113
114
- update to version 1.8.0:
115
* Issue #90: Add six.moves.shlex_quote.
116
* Issue #59: Add six.moves.intern.
117
* Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).
118
* Issue #88: Fix add_metaclass when the class has __slots__ containing
119
"__weakref__" or "__dict__".
120
* Issue #89: Make six use absolute imports.
121
* Issue #85: Always accept *updated* and *assigned* arguments for wraps().
122
* Issue #86: In reraise(), instantiate the exception if the second argument is
123
None.
124
* Pull request #45: Add six.moves.email_mime_nonmultipart.
125
* Issue #81: Add six.urllib.request.splittag mapping.
126
* Issue #80: Add six.urllib.request.splituser mapping.
127
128
-------------------------------------------------------------------
129
Wed Aug 13 07:44:30 UTC 2014 - mcihar@suse.cz
130
131
- update to 1.7.3:
132
- Issue #77: Fix import six on Python 3.4 with a custom loader.
133
- Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python
134
2 as documented not xmlrpclib.
135
136
-------------------------------------------------------------------
137
Mon Jun 23 08:28:39 UTC 2014 - dmueller@suse.com
138
139
- update to 1.7.2:
140
- Issue #72: Fix installing on Python 2.
141
- Issue #71: Make the six.moves meta path importer handle reloading of the six
142
module gracefully.
143
- Pull request #30: Implement six.moves with a PEP 302 meta path hook.
144
- Pull request #32: Add six.wraps, which is like functools.wraps but always sets
145
the __wrapped__ attribute.
146
- Pull request #35: Improve add_metaclass, so that it doesn't end up inserting
147
another class into the hierarchy.
148
- Pull request #34: Add import mappings for dummy_thread.
149
- Pull request #33: Add import mappings for UserDict and UserList.
150
- Pull request #31: Select the implementations of dictionary iterator routines
151
at import time for a 20% speed boost.
152
153
-------------------------------------------------------------------
154
Thu Apr 24 11:20:32 UTC 2014 - dmueller@suse.com
155
156
- update to 1.6.1:
157
- Raise an AttributeError for six.moves.X when X is a module not available in
158
the current interpreter.
159
- Raise an AttributeError for every attribute of unimportable modules.
160
- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
161
have a __path__ unless they are loaded.
162
- Pull request #28: Add support for SplitResult.
163
- Issue #55: Add move mapping for xmlrpc.server.
164
- Pull request #29: Add move for urllib.parse.splitquery.
165
166
-------------------------------------------------------------------
167
Wed Feb 26 16:44:10 UTC 2014 - rschweikert@suse.com
168
169
- Include in SLE 12 (FATE #315990)
170
171
-------------------------------------------------------------------
172
Sun Feb 9 17:06:59 UTC 2014 - toms@opensuse.org
173
174
- update to 1.5.2:
175
- Issue #53: Make the fake modules six.moves puts into sys.modules
176
appear not to have a __name__ unless they are loaded.
177
178
Changes of older releases, see CHANGES files in the Bitbucket repo at
179
https://bitbucket.org/gutworth/six/src/758cacd651f3ee8c9eb2253ca3905a1d46f88786/CHANGES?at=default
180
181
-------------------------------------------------------------------
182
Tue Jan 7 14:52:36 UTC 2014 - speilicke@suse.com
183
184
- Bring back argparse requirement for SP3
185
186
-------------------------------------------------------------------
187
Mon Sep 2 15:34:12 UTC 2013 - dmueller@suse.com
188
189
- update to 1.4.1:
190
- Issue #31: Add six.moves mapping for UserString.
191
- Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
192
a class.
193
- Add six.moves.zip_longest and six.moves.filterfalse, which correspond
194
respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2
195
and itertools.zip_longest and itertools.filterfalse on Python 3.
196
- Issue #25: Add the unichr function, which returns a string for a Unicode
197
codepoint.
198
- Issue #26: Add byte2int function, which complements int2byte.
199
- Issue #23: Allow multiple base classes to be passed to with_metaclass.
200
- Issue #24: Add six.moves.range alias. This exactly the same as the current
201
xrange alias.
202
- Pull request #5: Create six.moves.urllib, which contains abstractions for a
203
bunch of things which are in urllib in Python 3 and spread out across urllib,
204
urllib2, and urlparse in Python 2.
205
206
-------------------------------------------------------------------
207
Tue Jul 30 07:41:52 UTC 2013 - speilicke@suse.com
208
209
- Run testsuite
210
- Build and package HTML documentation
211
212
-------------------------------------------------------------------
213
Mon Apr 29 11:14:05 UTC 2013 - dmueller@suse.com
214
215
- update to 1.3.0:
216
- In six.iter(items/keys/values/lists), passed keyword arguments through to the
217
underlying method.
218
- Add six.iterlists().
219
- Fix Jython detection.
220
221
-------------------------------------------------------------------
222
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
223
224
- Removed openSUSE 11.4 spec file workarounds
225
226
-------------------------------------------------------------------
227
Wed Sep 12 03:01:59 UTC 2012 - os-dev@jacraig.com
228
229
- Update to 1.2.0:
230
* Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3
231
instead of iterables.
232
* Issue #11: Fix maxsize support on Jython.
233
* Add six.next() as an alias for six.advance_iterator().
234
* Use the builtin next() function for advance_iterator() where is available
235
(2.6+), not just Python 3.
236
* Add the Iterator class for writing portable iterators.
237
238
-------------------------------------------------------------------
239
Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com
240
241
- Initial spec file
242
243