Skip to content

Commit 2fa32c5

Browse files
committed
Prepare release 8.0.30
1 parent ac0d205 commit 2fa32c5

File tree

3 files changed

+105
-3
lines changed

3 files changed

+105
-3
lines changed

LICENSE.txt

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/Python 8.0.
1212

13-
Last updated: March 2022
13+
Last updated: April 2022
1414

1515
Licensing Information
1616

@@ -2183,6 +2183,105 @@ The following notice applies to
21832183
======================================================================
21842184
======================================================================
21852185

2186+
LibFIDO
2187+
2188+
Copyright (c) 2018-2021 Yubico AB. All rights reserved.
2189+
2190+
Redistribution and use in source and binary forms, with or without
2191+
modification, are permitted provided that the following conditions are
2192+
met:
2193+
2194+
1. Redistributions of source code must retain the above copyright
2195+
notice, this list of conditions and the following disclaimer.
2196+
2. Redistributions in binary form must reproduce the above copyright
2197+
notice, this list of conditions and the following disclaimer in
2198+
the documentation and/or other materials provided with the
2199+
distribution.
2200+
2201+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2202+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2203+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2204+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2205+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2206+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2207+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2208+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2209+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2210+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2211+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2212+
2213+
4th Party
2214+
=========
2215+
2216+
libcbor
2217+
-------
2218+
2219+
MIT License
2220+
2221+
Copyright (c) 2014-2017 Pavel Kalvoda
2222+
2223+
Permission is hereby granted, free of charge, to any person obtaining a copy
2224+
of this software and associated documentation files (the "Software"), to deal
2225+
in the Software without restriction, including without limitation the rights
2226+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2227+
copies of the Software, and to permit persons to whom the Software is
2228+
furnished to do so, subject to the following conditions:
2229+
2230+
The above copyright notice and this permission notice shall be included in
2231+
all copies or substantial portions of the Software.
2232+
2233+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2234+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2235+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2236+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2237+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2238+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2239+
SOFTWARE.
2240+
2241+
------------------------------------------------------------------------------
2242+
----
2243+
zlib
2244+
----
2245+
2246+
Copyright notice:
2247+
2248+
(C) 1995-2017 Jean-loup Gailly and Mark Adler
2249+
2250+
This software is provided 'as-is', without any express or implied
2251+
warranty. In no event will the authors be held liable for any damages
2252+
arising from the use of this software.
2253+
2254+
Permission is granted to anyone to use this software for any purpose,
2255+
including commercial applications, and to alter it and redistribute it
2256+
freely, subject to the following restrictions:
2257+
2258+
1. The origin of this software must not be misrepresented; you must not
2259+
claim that you wrote the original software. If you use this software
2260+
in a product, an acknowledgment in the product documentation would be
2261+
appreciated but is not required.
2262+
2. Altered source versions must be plainly marked as such, and must not be
2263+
misrepresented as being the original software.
2264+
3. This notice may not be removed or altered from any source distribution.
2265+
2266+
Jean-loup Gailly Mark Adler
2267+
jloup@gzip.org madler@alumni.caltech.edu
2268+
2269+
If you use the zlib library in a product, we would appreciate *not* receiving
2270+
lengthy legal documents to sign. The sources are provided for free but
2271+
without warranty of any kind. The library has been entirely written by
2272+
Jean-loup Gailly and Mark Adler; it does not include third-party code.
2273+
2274+
If you redistribute modified sources, we would appreciate that you include in
2275+
the file ChangeLog history information documenting your changes. Please read
2276+
the FAQ for more information on the distribution of modified source versions.
2277+
2278+
------------------------------------------------------------------------------
2279+
OpenSSL (See its own license section)
2280+
------------------------------------------------------------------------------
2281+
2282+
======================================================================
2283+
======================================================================
2284+
21862285
OpenSSL 1.x
21872286

21882287
You are receiving a copy of OpenSSL as part of this product in object

cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
%{?extra_link_args: %global extra_link_args %{extra_link_args}}
6666

6767
# set version if not defined through 'rpmbuild'
68-
%{!?version: %global version 8.0.29}
68+
%{!?version: %global version 8.0.30}
6969

7070
%global with_openssl_opts ""
7171

@@ -252,6 +252,9 @@ rm -f %{with_mysql_capi}/lib*/{,mysql/}plugin/authentication_ldap_sasl_client.*
252252
%{python3_sitearch}/_mysqlxpb.cpython*.so
253253
254254
%changelog
255+
* Mon Apr 18 2022 Nuno Mariz <nuno.mariz@oracle.com> - 8.0.30-1
256+
- Updated for 8.0.30
257+
255258
* Tue Jan 18 2022 Nuno Mariz <nuno.mariz@oracle.com> - 8.0.29-1
256259
- Updated for 8.0.29
257260

lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
as mysql.connector.version.
3333
"""
3434

35-
VERSION = (8, 0, 29, "", 1)
35+
VERSION = (8, 0, 30, "", 1)
3636

3737
# pylint: disable=consider-using-f-string
3838
if VERSION[3] and VERSION[4]:

0 commit comments

Comments
 (0)