Skip to content

Commit

Permalink
release 6.619.24125
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed May 4, 2024
2 parents eea89f0 + f557d6d commit f4d1bec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
6 changes: 3 additions & 3 deletions packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
author_email='kyle@lahnakoski.com',
classifiers=["Development Status :: 4 - Beta","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Software Development :: Libraries","Topic :: Software Development :: Libraries :: Python Modules","License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12"],
description='More Files! Steamlined for UTF8 and JSON.',
extras_require={"tests":["mo-testing>=8.591.24112"]},
extras_require={"tests":["mo-testing>=8.608.24119"]},
include_package_data=True,
install_requires=["mo-dots==9.606.24115","mo-future==7.584.24095","mo-json==6.609.24119","mo-logs==8.608.24119","mo-math==7.606.24115"],
install_requires=["mo-dots==10.615.24125","mo-future==7.584.24095","mo-json==6.619.24125","mo-logs==8.618.24125","mo-math==7.616.24125"],
license='MPL 2.0',
long_description="# More Files!\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/mo-files.svg)](https://pypi.org/project/mo-files/)\n[![Build Status](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml)\n[![Coverage Status](https://coveralls.io/repos/github/klahnakoski/mo-files/badge.svg?branch=dev)](https://coveralls.io/github/klahnakoski/mo-files?branch=dev)\n[![Downloads](https://pepy.tech/badge/mo-files/month)](https://pepy.tech/project/mo-files)\n\nThe `File` class makes the default assumption all files have cr-delimited unicode content that is UTF-8 encoded. This is great for JSON files. It also provides better operators over some common file manipulations.\n\n\n\n\n## Recent changes\n\n**Version 6.x**\n\nGet a little closer to Python's pathlib module standards\n\n* `stem` - to refer file name without extension\n* `os_path` - to get the os-specific absolute path for use in other Python modules\n* `rel_path` - the given path \n* `abs_path` - was `abspath`, added underscore for consistency \n\n\n\n",
long_description_content_type='text/markdown',
name='mo-files',
packages=["mo_files"],
url='https://github.com/klahnakoski/mo-files',
version='6.609.24119',
version='6.619.24125',
zip_safe=False
)
8 changes: 4 additions & 4 deletions packaging/setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"Programming Language :: Python :: 3.12"
],
"description": "More Files! Steamlined for UTF8 and JSON.",
"extras_require": {"tests": ["mo-testing>=8.591.24112"]},
"extras_require": {"tests": ["mo-testing>=8.608.24119"]},
"include_package_data": true,
"install_requires": [
"mo-dots==9.606.24115", "mo-future==7.584.24095", "mo-json==6.609.24119",
"mo-logs==8.608.24119", "mo-math==7.606.24115"
"mo-dots==10.615.24125", "mo-future==7.584.24095", "mo-json==6.619.24125",
"mo-logs==8.618.24125", "mo-math==7.616.24125"
],
"license": "MPL 2.0",
"long_description": {
Expand Down Expand Up @@ -55,6 +55,6 @@
"name": "mo-files",
"packages": ["mo_files"],
"url": "https://github.com/klahnakoski/mo-files",
"version": "6.609.24119",
"version": "6.619.24125",
"zip_safe": false
}
19 changes: 10 additions & 9 deletions tests/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Tests pass with these versions 2024-04-28
# Tests pass with these versions 2024-05-04
# pip install --no-deps -r tests/requirements.lock
hjson==3.1.0
mo-collections==5.608.24119
mo-dots==9.606.24115
mo-dots==10.615.24125
mo-future==7.584.24095
mo-imports==7.584.24095
mo-json==6.609.24119
mo-kwargs==7.606.24115
mo-logs==8.608.24119
mo-math==7.606.24115
mo-testing==8.608.24119
mo-threads==6.608.24119
mo-times==5.609.24119
mo-json==6.619.24125
mo-kwargs==7.615.24125
mo-logs==8.618.24125
mo-math==7.616.24125
mo-testing==8.610.24119
mo-threads==6.610.24119
mo-times==5.619.24125
pytz==2024.1
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mo-testing>=8.608.24119
mo-testing>=8.610.24119

0 comments on commit f4d1bec

Please sign in to comment.