File python-multidict.changes of Package python-multidict
214
1
-------------------------------------------------------------------
2
Fri Apr 21 12:28:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
3
4
- add sle15_python_module_pythons (jsc#PED-68)
5
6
-------------------------------------------------------------------
7
Thu Apr 13 22:42:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
8
9
- Make calling of %{sle15modernpython} optional.
10
11
-------------------------------------------------------------------
12
Mon Jan 2 15:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
13
14
- update to 6.0.4:
15
* Fixed a type annotations regression introduced in v6.0.2 under Python
16
versions <3.10. It was caused by importing certain types only available
17
in newer versions. (:issue:`798`)
18
19
-------------------------------------------------------------------
20
Wed Dec 7 19:54:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
21
22
- Update to 6.0.3:
23
* Features
24
Declared the official support for Python 3.11 — by @mlegner. (#872)
25
26
-------------------------------------------------------------------
27
Thu Feb 24 08:14:48 UTC 2022 - Adrian Schröter <adrian@suse.de>
28
29
- update to 6.0.2:
30
- Use ``METH_FASTCALL`` where it makes sense.
31
``MultiDict.add()`` is 2.2 times faster now, ``CIMultiDict.add()`` is 1.5 times faster.
32
The same boost is applied to ``get*()``, ``setdefault()``, and ``pop*()`` methods. (:issue:`681`)
33
- Fixed type annotations for keys of multidict mapping classes. (:issue:`644`)
34
- Support Multidict[int] for pure-python version.
35
``__class_getitem__`` is already provided by C Extension, making it work with the pure-extension too. (:issue:`678`)
36
- Dropped Python 3.6 support (:issue:`680`)
37
38
-------------------------------------------------------------------
39
Sun Dec 20 09:35:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
40
41
- update to 5.1.0:
42
- Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
43
`#553 <https://github.com/aio-libs/multidict/issues/553>`_
44
45
-------------------------------------------------------------------
46
Sat Nov 21 10:47:36 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
47
48
- Update to v5.0.2
49
* No runtime changes
50
51
-------------------------------------------------------------------
52
Thu Sep 17 11:34:02 UTC 2020 - Dirk Mueller <dmueller@suse.com>
53
54
- update to 4.7.6:
55
* Fixed an issue with some versions of the ``wheel`` dist
56
failing because of being unable to detect the license file.
57
58
-------------------------------------------------------------------
59
Fri Mar 13 08:40:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
60
61
- Fix fdupes call
62
63
-------------------------------------------------------------------
64
Mon Mar 9 16:35:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
65
66
- Update to 4.7.5:
67
* various fixes for python 3.8 support
68
69
-------------------------------------------------------------------
70
Wed May 29 12:28:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
71
72
- update to 4.5.2
73
* Multidict views ported from Cython to C extension
74
4.4.*
75
* Restore Python 3.4 support
76
* Rewrite C implementation to use C pair list.
77
* Fix update order when both arg and kwargs are used.
78
79
-------------------------------------------------------------------
80
Thu Mar 7 11:26:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
81
82
- Fix fdupes macro expansion
83
84
-------------------------------------------------------------------
85
Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
86
87
- don't depend on a certain python devel package, avoids:
88
nothing provides python2-devel >= 3.4.1
89
such a version will never exist!
90
91
-------------------------------------------------------------------
92
Wed Aug 29 10:48:21 UTC 2018 - tchvatal@suse.com
93
94
- Update to 4.3.1:
95
* No obvious changelog
96
97
-------------------------------------------------------------------
98
Tue Apr 17 08:09:34 UTC 2018 - tchvatal@suse.com
99
100
- Enable testsuite
101
102
-------------------------------------------------------------------
103
Tue Apr 17 01:52:51 UTC 2018 - arun@gmx.de
104
105
- update to version 4.2.0:
106
* Publish py.typed flag for type hinting analyzers (mypy etc).
107
108
-------------------------------------------------------------------
109
Sat Feb 10 17:43:52 UTC 2018 - arun@gmx.de
110
111
- update to version 4.1.0:
112
* Fix key casing in Pure Python implementation of CIMultiDict (PR
113
#202)
114
115
-------------------------------------------------------------------
116
Wed Jan 17 03:54:21 UTC 2018 - arun@gmx.de
117
118
- specfile:
119
* update copyright year
120
* CHANGES.rst -> docs/changes.rst
121
122
- update to version 4.0.0:
123
* Accept multiple keys in MultiDict.update() and
124
CIMultiDict.update() (PR #199)
125
126
-------------------------------------------------------------------
127
Fri Nov 3 15:55:20 UTC 2017 - arun@gmx.de
128
129
- specfile:
130
* don't package .c files
131
132
- update to version 3.3.2:
133
* Fix tarball (again)
134
135
- changes from version 3.3.1:
136
* Include .c files in tarball (#181)
137
138
-------------------------------------------------------------------
139
Thu Nov 2 03:07:12 UTC 2017 - arun@gmx.de
140
141
- update to version 3.3.0:
142
* Introduce abstract base classes (#102)
143
* Publish OSX binary wheels (#153)
144
145
-------------------------------------------------------------------
146
Tue Sep 19 17:44:52 UTC 2017 - sean.marlow@suse.com
147
148
- Update to version 3.2.0:
149
+ Fix pickling
150
+ Fix equality check when other contains more keys
151
+ Fix CIMultiDict copy
152
- Pre-compiled shared libraries have been removed from sdist.
153
154
-------------------------------------------------------------------
155
Wed Jul 19 14:41:55 UTC 2017 - sean.marlow@suse.com
156
157
- Use package from PyPi via py2pack instead of Github.
158
The packages are not the same.
159
- Remove compiled shared libraries from package prior to build.
160
161
-------------------------------------------------------------------
162
Thu Jul 13 22:28:39 UTC 2017 - sean.marlow@suse.com
163
164
- Update to version 3.1.1:
165
- Fix #105: Remove memory leak in istr implementation
166
- Update to version 3.1.0:
167
- Fix #99: raise RuntimeError on dict iterations if the dict was changed
168
- Update __init__.pyi signatures
169
- Update to version 3.0.0:
170
- Refactor internal data structures: main dict operations are about 100% faster now.
171
- Preserve order on multidict updates #68 Updates are md[key] =
172
val and md.update(…) calls. Now the last entry is replaced with
173
new key/value pair, all previous occurrences are removed. If
174
key is not present in dictionary the pair is added to the end
175
- Force keys to str instances #88
176
- Implement .popall(key[, default]) #84
177
- .pop() removes only first occurence, .popone() added #92
178
- Implement dict’s version #86
179
- Proxies are not pickable anymore #77
180
- Update to version 2.1.7:
181
- Fix import warning on Python 3.6 #79
182
- Update to version 2.1.6:
183
- Rebuild the library for fixning missing __spec__ attribute #79
184
- Update to version 2.1.5:
185
- Build Python 3.6 binary wheels
186
187
-------------------------------------------------------------------
188
Thu Jul 13 21:19:20 UTC 2017 - sean.marlow@suse.com
189
190
- Move to single spec python3 only.
191
192
-------------------------------------------------------------------
193
Sat Feb 18 15:09:11 UTC 2017 - jengelh@inai.de
194
195
- Description update
196
197
-------------------------------------------------------------------
198
Mon Jan 9 05:20:13 UTC 2017 - arun@gmx.de
199
200
- specfile:
201
* update copyright year
202
203
- update to version 2.1.4:
204
* Remove LICENSE filename extension @ MANIFEST.in file #31
205
206
- changes from version 2.1.3 :
207
* Add a fastpath for multidict extending by multidict
208
209
-------------------------------------------------------------------
210
Sun Sep 25 16:48:26 UTC 2016 - arun@gmx.de
211
212
- initial version
213
214