Accepting request 1066210 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1066210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tpm2-pytss?expand=0&rev=3
This commit is contained in:
commit
948eeb54f5
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">tpm2-pytss</param>
|
||||
<param name="revision">2.0.0</param>
|
||||
<param name="revision">2.1.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/tpm2-software/tpm2-pytss.git</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/tpm2-software/tpm2-pytss.git</param>
|
||||
<param name="changesrevision">73b44a6210a9c8862299bd4442a9f33321a608dd</param></service></servicedata>
|
||||
<param name="changesrevision">9f27d0c0bdd42574b158c0372213e259fad80798</param></service></servicedata>
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 15:30:10 UTC 2023 - aplanas@suse.com
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* CHANGELOG: update for 2.1.0
|
||||
* SECURITY.md: initial commit
|
||||
* TCTISPIHelper: add missing pass
|
||||
* TCTISPIHelper: update docs on exceptions
|
||||
* build(deps): bump gitpython from 3.1.24 to 3.1.30 in /docs
|
||||
* ci: set publish to use ubuntu-20.04
|
||||
* CHANGELOG: update for 2.1.0-rc0
|
||||
* TCTI: Implement bindings to spi-helper
|
||||
* ci: add 4.0.0, drop 2.4.6
|
||||
* docs: fix PyTCTI members
|
||||
* use released tss2 versions for library version checking
|
||||
* build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /docs
|
||||
* Add util functions to convert a credential from and to tpm2-tools format
|
||||
* ESAPI: start_auth_session support strs for auth_hash
|
||||
* ESAPI: start_auth_session support strings for symdef
|
||||
* types: add parse to TPMT_SYM_[DEF|_OBJECT]
|
||||
* internal: check for sphinx not unittest.mock for docs workaround
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 08 10:33:50 UTC 2022 - aplanas@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define srcname tpm2-pytss
|
||||
%bcond_with test
|
||||
Name: python-%{srcname}
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Python bindings for TSS
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:340ff8c94a098ca4e04136332af8c81fc51829408b18defce7fa568846c0f1ee
|
||||
size 552588
|
3
tpm2-pytss-2.1.0.tar.gz
Normal file
3
tpm2-pytss-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98fed29ee2eb7abc8d82ba47a82aaf4eef2cb0907c7716c00b40dde01d472593
|
||||
size 208553
|
Loading…
x
Reference in New Issue
Block a user