Package python-module-pathlib: Information

    Source package: python-module-pathlib
    Version: 1.0.1-alt1.1.1
    Build time:  Mar 15, 2016, 09:55 PM in the task #161296
    Report package bug
    License: MIT
    Summary: Object-oriented filesystem paths
    Description: 
    pathlib offers a set of classes to handle filesystem paths. It offers
    the following advantages over using string objects:
    
    * No more cumbersome use of os and os.path functions. Everything can be
      done easily through operators, attribute accesses, and method calls.
    * Embodies the semantics of different path types. For example, comparing
      Windows paths ignores casing.
    * Well-defined semantics, eliminating any warts or ambiguities (forward
      vs. backward slashes, etc.).

    List of rpms provided by this srpm:
    python-module-pathlib (noarch)
    python3-module-pathlib (noarch)



      1. python3-module-pytest
      2. python3-test
      3. rpm-build-python3
      4. time
      5. python-module-pytest
      6. python-test

    Last changed


    March 13, 2016 Ivan Zakharyaschev 1.0.1-alt1.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    Jan. 28, 2016 Mikhail Efremov 1.0.1-alt1.1
    - NMU: Use buildreq for BR.
    Jan. 3, 2015 Eugeny A. Rostovtsev 1.0.1-alt1
    - Initial build for Sisyphus