Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

audfactory

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audfactory - pypi Package Compare versions

Comparing version
1.0.14
to
1.0.15
+1
-1
.github/workflows/test.yml

@@ -16,3 +16,3 @@ name: Test

os: [ ubuntu-latest, windows-latest, macOS-latest ]
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]

@@ -19,0 +19,0 @@ steps:

Metadata-Version: 2.1
Name: audfactory
Version: 1.0.14
Version: 1.0.15
Summary: Communicate with Artifactory

@@ -45,5 +45,8 @@ Author-email: Hagen Wierstorf <hwierstorf@audeering.com>, Johannes Wagner <jwagner@audeering.com>

Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: audeer>=1.11.0
Requires-Dist: dohq-artifactory>=0.9.1

@@ -50,0 +53,0 @@ ==========

audeer>=1.11.0
dohq-artifactory>=0.9.0
dohq-artifactory>=0.9.1

@@ -10,2 +10,8 @@ Changelog

Version 1.0.15 (2023-09-18)
---------------------------
* Added: support for Python 3.11
Version 1.0.14 (2023-07-25)

@@ -12,0 +18,0 @@ ---------------------------

audeer
ipykernel
jupyter-sphinx

@@ -3,0 +4,0 @@ sphinx

Metadata-Version: 2.1
Name: audfactory
Version: 1.0.14
Version: 1.0.15
Summary: Communicate with Artifactory

@@ -45,5 +45,8 @@ Author-email: Hagen Wierstorf <hwierstorf@audeering.com>, Johannes Wagner <jwagner@audeering.com>

Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: audeer>=1.11.0
Requires-Dist: dohq-artifactory>=0.9.1

@@ -50,0 +53,0 @@ ==========

@@ -26,2 +26,3 @@ # ===== PROJECT ===========================================================

'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',

@@ -31,3 +32,3 @@ ]

'audeer >=1.11.0',
'dohq-artifactory >=0.9.0',
'dohq-artifactory >=0.9.1',
]

@@ -34,0 +35,0 @@ # Get version dynamically from git