nict 0.2.1__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nict might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.2.1
4
- Summary: aarch gcc, An easy to use library to speed up computation (by parallelizing on multi CPUs).
3
+ Version: 0.2.3
4
+ Summary: gcc 11.5, An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
7
7
  Author-email: nicholas_wu@aliyun.com
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nict
3
- Version: 0.2.1
4
- Summary: aarch gcc, An easy to use library to speed up computation (by parallelizing on multi CPUs).
3
+ Version: 0.2.3
4
+ Summary: gcc 11.5, An easy to use library to speed up computation (by parallelizing on multi CPUs).
5
5
  Home-page:
6
6
  Author: NICHOLAS WU
7
7
  Author-email: nicholas_wu@aliyun.com
@@ -5,4 +5,4 @@ nict.egg-info/PKG-INFO
5
5
  nict.egg-info/SOURCES.txt
6
6
  nict.egg-info/dependency_links.txt
7
7
  nict.egg-info/top_level.txt
8
- nictemp/aarch64-linux-gnu-gcc-15.1.0-2-x86_64.pkg.tar.zst
8
+ nictemp/gcc-11.5.0.tar.xz
@@ -16,12 +16,12 @@ install_requires = []
16
16
 
17
17
  setup(
18
18
  name="nict",
19
- version="0.2.1",
19
+ version="0.2.3",
20
20
  python_requires=">=3.5",
21
21
  packages=find_packages(),
22
22
  author="NICHOLAS WU",
23
23
  author_email="nicholas_wu@aliyun.com",
24
- description="aarch gcc, An easy to use library to speed up computation (by parallelizing on multi CPUs).",
24
+ description="gcc 11.5, An easy to use library to speed up computation (by parallelizing on multi CPUs).",
25
25
  long_description="就不告诉你.",
26
26
  url="",
27
27
  include_package_data=True,
File without changes
File without changes
File without changes
File without changes