File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11name : python
2- version : 7.3.0
2+ version : 7.3.1
33schema : 1
44scm : github.com/pubnub/python
55sdks :
1818 distributions :
1919 - distribution-type : library
2020 distribution-repository : package
21- package-name : pubnub-7.3.0
21+ package-name : pubnub-7.3.1
2222 location : https://pypi.org/project/pubnub/
2323 supported-platforms :
2424 supported-operating-systems :
9797 -
9898 distribution-type : library
9999 distribution-repository : git release
100- package-name : pubnub-7.3.0
101- location : https://github.com/pubnub/python/releases/download/v7.3.0 /pubnub-7.3.0 .tar.gz
100+ package-name : pubnub-7.3.1
101+ location : https://github.com/pubnub/python/releases/download/v7.3.1 /pubnub-7.3.1 .tar.gz
102102 supported-platforms :
103103 supported-operating-systems :
104104 Linux :
@@ -169,6 +169,11 @@ sdks:
169169 license-url : https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170170 is-required : Required
171171changelog :
172+ - date : 2023-10-30
173+ version : v7.3.1
174+ changes :
175+ - type : bug
176+ text : " Changed license type from MIT to PubNub Software Development Kit License."
172177 - date : 2023-10-16
173178 version : v7.3.0
174179 changes :
Original file line number Diff line number Diff line change 1+ ## v7.3.1
2+ October 30 2023
3+
4+ #### Fixed
5+ - Changed license type from MIT to PubNub Software Development Kit License.
6+
17## v7.3.0
28October 16 2023
39
Original file line number Diff line number Diff line change 8585
8686class PubNubCore :
8787 """A base class for PubNub Python API implementations"""
88- SDK_VERSION = "7.3.0 "
88+ SDK_VERSION = "7.3.1 "
8989 SDK_NAME = "PubNub-Python"
9090
9191 TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '7.3.0 ' ,
5+ version = '7.3.1 ' ,
66 description = 'PubNub Real-time push service in the cloud' ,
77 author = 'PubNub' ,
881212 'Documentation' : 'https://www.pubnub.com/docs/sdks/python' ,
1313 },
1414 packages = find_packages (exclude = ("examples*" , 'tests*' )),
15- license = 'MIT ' ,
15+ license = 'PubNub Software Development Kit License ' ,
1616 classifiers = (
1717 'Development Status :: 5 - Production/Stable' ,
1818 'Intended Audience :: Developers' ,
2222 'Programming Language :: Python :: 3.9' ,
2323 'Programming Language :: Python :: 3.10' ,
2424 'Programming Language :: Python :: Implementation :: CPython' ,
25- 'License :: OSI Approved :: MIT License' ,
25+ 'License :: Other/Proprietary License' ,
2626 'Operating System :: OS Independent' ,
2727 'Topic :: Internet :: WWW/HTTP' ,
2828 'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments