Commit Graph

109 Commits

Author SHA1 Message Date
ihaveahax
c3734b91ee
add pyproject.toml [fixes #110] 2024-11-03 01:08:08 -06:00
ihaveahax
61eb12a2be
move to mfusepy
fusepy is unmaintained, this fork has support for fuse3. This change is currently only tested on Linux.
2024-11-03 01:47:59 -05:00
ihaveahax
b4f3909202
require pyctr 0.7.x 2023-11-06 18:05:54 -06:00
Ian Burgwin
ddfac6af50
require Python 3.8.0 (up from 3.6.1) 2023-08-26 21:23:53 -07:00
Ian Burgwin
90db16dcb3
setup: add 3.10 and 3.11 to classifiers 2023-08-07 00:30:52 -07:00
Ian Burgwin
ada72423f6
exefs: use pypng to load icon data (and add pypng to requirements) 2022-01-26 19:50:41 -08:00
Ian Burgwin
cd8b699592
change pyctr requirement to >=0.5.1,<0.7 (from 0.6) 2022-01-26 19:35:19 -08:00
Ian Burgwin
04dc0edc0d
set haccrypto requirement to >=0.1 2022-01-21 19:41:11 -08:00
Ian Burgwin
6ee1479338
bump pyctr to >=0.5.1,<0.6 2021-06-28 19:57:27 -07:00
Ian Burgwin
c674c92fcf
relax pyctr requirement: >=0.4,<0.5 2021-05-06 08:38:45 -07:00
Ian Burgwin
2327564793
setup: use mountinfo to generate aliases 2021-04-14 23:28:30 -07:00
Jhynjhiruu
5565a31148
Add read-only iQue Player NAND support (#77)
* Add read-only iQue Player NAND support

* Apply some fixes

* Better statfs code

* Fix capacity display

* Add supported system to README.md
2021-04-14 13:03:50 -07:00
Ian Burgwin
1c98c0ed03
require pyctr==0.4.6 2021-03-04 12:59:59 -08:00
Ian Burgwin
858bb5d23f
setup: relax pycryptodomex requirement 2021-02-24 17:46:19 -08:00
dependabot[bot]
d5e3585f7f
build(deps): bump pycryptodomex from 3.9.9 to 3.10.1 (#76)
Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.9.9 to 3.10.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.9...v3.10.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 03:52:37 -08:00
dependabot[bot]
c25bb6c374
build(deps): bump pycryptodomex from 3.9.8 to 3.9.9 (#72)
Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.9.8 to 3.9.9.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.8...v3.9.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 05:50:35 -08:00
Ian Burgwin
7594d4b1d9
bump pyctr to 0.4.5 2020-10-24 06:15:06 -07:00
Ian Burgwin
740ea81f43
setup: add 3.9 classification 2020-10-06 16:25:54 -07:00
Ian Burgwin
d201cfbf80 setup: add python_requires to setup() 2020-09-23 08:24:02 -07:00
Ian Burgwin
7fcdb864ef add nandnx alias for nandhac 2020-09-21 13:06:29 -07:00
Ian Burgwin
e4f66516f3 bump pyctr version to 0.4.4 2020-09-20 09:02:07 -07:00
Ian Burgwin
b3c70700ea setup: include licenses dir 2020-09-19 10:27:02 -07:00
Ian Burgwin
edc25f1227 setup: add ninfsw to gui_scripts in entry_points 2020-09-18 04:57:49 -07:00
Ian Burgwin
ba52bca96e setup: include png/ico files in ninfs/gui/data 2020-09-12 20:29:31 -07:00
Ian Burgwin
b35aa9d5fb setup: remove ninfs.hac from package_data 2020-09-10 02:57:25 -07:00
Ian Burgwin
f6cbc6f159 setup: remove unused libcrypto list 2020-09-10 02:35:43 -07:00
Ian Burgwin
084ac7d52f remove hac module, use external haccrypto module; make two executables for windows 2020-09-10 01:54:43 -07:00
Ian Burgwin
b1f3a77366 setup: remove obsolete titledir entry point 2020-09-10 01:31:14 -07:00
Ian Burgwin
31185255fc
setup: set fixed version for pycryptodomex to 3.9.8 2020-09-06 22:25:24 -07:00
Ian Burgwin
514d694cb4 setup: update pyctr to 0.4.3 2020-09-04 02:23:49 -07:00
Ian Burgwin
b0cf589ed7
setup: add Python 3.8 to classifiers 2020-07-17 00:18:34 -07:00
Ian Burgwin
068687bff3
setup: update to pyctr 0.4.1 2020-07-11 17:15:24 -07:00
Ian Burgwin
b773a785e7
setup: require pyctr 0.3.1 2020-04-08 20:21:27 -07:00
Ian Burgwin
fb537fe44e
ninfs._gui: remove (to be re-created later)
This was just sitting around for a while and was made mostly when I was still learning how to use PySide2. I will get around to re-doing this better later once all the major updates to the core application are done.
2020-04-01 14:05:23 -07:00
Ian Burgwin
4b66034fd2
remove included pyctr, add to setup.py 2020-04-01 13:50:49 -07:00
Ian Burgwin
2747a6af4a
setup: load version from __init__ 2019-09-15 01:23:35 -07:00
Ian Burgwin
f0fd5ec0ef
setup: update version and extras_require 2019-09-14 16:27:41 -07:00
Ian Burgwin
e9eff257a7
version 1.7b2 2019-08-15 01:09:45 -07:00
Ian Burgwin
023f98c161
version 1.7b1 2019-07-14 17:47:03 -07:00
Ian Burgwin
73bc35649c
version 1.6.1 2019-05-27 13:28:26 -07:00
Ian Burgwin
c2caa0fe8e
version 1.6 2019-05-26 20:08:00 -07:00
Ian Burgwin
af15e6d349
version 1.5 2019-05-21 14:09:11 -07:00
Ian Burgwin
996fe4cc22
version 1.4, update mac getting started pdf 2019-04-17 18:55:58 -07:00
Ian Burgwin
13d458df1a
only include libcrypto on windows and mac 2019-04-17 18:43:53 -07:00
Ian Burgwin
94edb6d255
rename project directory to ninfs 2019-04-17 13:26:02 -07:00
Ian Burgwin
8d225c0de6
rename project to ninfs, update reg_shell to delete old "Mount with fuse-3ds" on update
The `fuse-3ds' module directory will be renamed in a future commit.
2019-04-17 13:04:12 -07:00
Ian Burgwin
da917f1a45
add libcrypto and openssl license 2019-04-16 20:19:42 -07:00
Ian Burgwin
3e2160db4b
rename ccrypto to _crypto, update fstypename for nand types 2019-04-13 16:05:38 -07:00
Ian Burgwin
5b988be01b
merge switchfs with fuse-3ds
The name "fuse-3ds" will be replaced soon to reflect the fact that more non-3DS types are being added.
2019-04-12 22:22:32 -07:00
Ian Burgwin
9a60aa78e4
version 1.3.1, update screenshots, add mac getting started pdf, update root setup pdf 2018-11-29 21:37:05 -08:00