| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python313-libvshadow | Distribution: SUSE Linux Enterprise 16 | 
| Version: 20240504 | Vendor: openSUSE | 
| Release: bp160.1.13 | Build date: Sat May 4 10:02:14 2024 | 
| Group: System/Filesystems | Build host: reproducible | 
| Size: 123513 | Source RPM: libvshadow-20240504-bp160.1.13.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/libyal/libvshadow | |
| Summary: Library to access the Volume Shadow Snapshot (VSS) format | |
Library and tools to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume.
GFDL-1.3-or-later AND LGPL-3.0-or-later
* Sat May 04 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20240504
    * No user-visible changes
* Thu Feb 29 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20240229
    * No user-visible changes
* Mon Feb 05 2024 Jan Engelhardt <jengelh@inai.de>
  - Use python-setuptools for python distutils backport
    gh#libyal/libbde#68
* Tue Nov 28 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20231128
    * Improved Python Unicode handling
* Tue Aug 01 2023 Greg Freemyer <Greg.Freemyer@gmail.com>
  - use %{?sle15_python_module_pythons} for opensuse15.5 compatibility
* Tue Jan 03 2023 Jan Engelhardt <jengelh@inai.de>
  - Add missing Require on libbfio-devel.
* Sat Nov 26 2022 Jan Engelhardt <jengelh@inai.de>
  - Delete system-libs.patch (not needed - system libs are
    autodetected)
* Mon Oct 31 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20221030
    * No changelog was provided
* Mon Aug 08 2022 Jan Engelhardt <jengelh@inai.de>
  - Add forced symvers
* Mon Jan 24 2022 Jan Engelhardt <jengelh@inai.de>
  - Enable multipython builds. (Reenables Python2 for Leap 15.)
* Sun Nov 14 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20211114
    * Recognize up to python3.11 during build
* Sun Nov 14 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20211113
    * No changelog was provided
* Sun May 16 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to snapshot 20210507 (9f06d799)
    * No changelog was provided
  - Add system-libs.patch
* Thu Dec 24 2020 Greg Freemyer <Greg.Freemyer@gmail.com>
  - update to v0~20201222
    * Changes for large amount of block descriptors
    * Worked on format support
    * Worked on Python bindings
    * Code clean up
* Thu Apr 30 2020 Greg Freemyer <Greg.Freemyer@gmail.com>
  - remove python2 submodule
* Tue Apr 02 2019 Greg Freemyer <Greg.Freemyer@gmail.com>
  - update to v0~20190323
    * Fixed bug for over 30 snapshots in place
    * Worked on mount tool
* Mon Nov 06 2017 Greg.Freemyer@gmail.com
  - add python3 binding subpackage
* Wed Oct 04 2017 Greg.Freemyer@gmail.com
  - rename python-libvshadow to python2-libshadow as expected by singlespec
  - remove Provides pyvshadow as it is not versioned
* Mon Oct 02 2017 Greg.Freemyer@gmail.com
  - update to v0~20170902
    * applied 2017 update
    * worked on tests
* Thu Feb 16 2017 Greg.Freemyer@gmail.com
  - update to v0~20161111
  - rename Volume_Shadow_Snapshot_VSS_format.pdf to meet new OBS naming rules
  - clean up BuildRequires
* Mon Jan 25 2016 Greg.Freemyer@gmail.com
  - update to v0~20160110
    * worked on Python 3 support
    * worked on win2k3 format support
    * introduced new function has_in_volume_data
* Thu Jan 08 2015 Greg.Freemyer@gmail.com
  - update to v0~20150106
    * 2015 update - minimal changes
  - remove ifdef macros around buildrequires
    * The ifdefs are no longer needed now that all of libyal is in security:forensics
  - update BuildRequires based on new packages in OBS
* Thu Dec 11 2014 Greg.Freemyer@gmail.com
  - update to v0~20141023
    * bug fix in Python-bindings
    * update man page / info page
  - update URL to point to new home on github
  - update Source: field to a full URL referring to github
  - delete DL-URL comment
  - add several BuildRequires to use libyal packages from OBS
* Wed Aug 20 2014 Greg.Freemyer@gmail.com
  - add "Requires:  %lname = %version" to tools sub-project
  - add "Provice:  pyvshadow" to match upstream requires
* Wed Aug 13 2014 Greg.Freemyer@gmail.com
  - update to v0~20140731
    * updated dependencies
    * worked on Python bindings
    * worked on setup.py
    * changed return value check of libvshadow_store_read_buffer to allow for
    on read size valid read count values
    * subtle bug fix where python file-like object returns an int object
    instead of long object
    * improved error reporting
* Thu Oct 03 2013 Greg.Freemyer@gmail.com
  - update to 0~20131003
    * Primarily Windows related improvements
  - add libcthread as a standalone BuildRequires
  - update BuildRequires for post 13.1 builds
* Fri Aug 02 2013 Greg.Freemyer@gmail.com
  - add version levels to BuildRequires to due to a build failure with older libyal packages
* Sat Jul 27 2013 Greg.Freemyer@gmail.com
  - update to 0~20130723
    * Changes for stand-alone libbfio build
    * remove unnecessary restriction in library include headers
    * updated dependencies
    * worked on multi-threading support
    * added libvshadow_volume_get_store_identifier function
    * added libcthreads
    * changes to read block descriptors on demand improves vshadowinfo preformance
    * fixes for multiple open/close on the same volume object
    * fixed issue in read buffer due to recent changes
    * added store read from file IO handle function
    * vshadowmount small changes
    * worked on tests
    * worked on vshadowmount Dokan support
  - Added buildrequires for gcc
  - Use factory libyal packages if possible
  - Add BuildRequires for fuse-devel.  Required for vshadowmount in libvshadow-tools to work correctly.
* Wed Apr 17 2013 Greg.Freemyer@gmail.com
  - update to 0~20130413
  - make specfile more consistent with the other Joachim Metz packages in openSUSE
    * change version from 0.0.0~%{timestamp} to 0~%{timestamp}
    * move developer docs to devel package
    * add BuildRequires for the internally provided libs
  - add Volume_Shadow_Snapshot_(VSS)_format.pdf to devel package
* Wed Mar 27 2013 Greg.Freemyer@gmail.com
  - initial package 0~20130304
/usr/lib64/python3.13/site-packages/pyvshadow.so /usr/share/licenses/python313-libvshadow /usr/share/licenses/python313-libvshadow/COPYING /usr/share/licenses/python313-libvshadow/COPYING.LESSER
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 22:45:09 2025