diff options
49 files changed, 1210 insertions, 950 deletions
diff --git a/databases/arrow-glib/Makefile b/databases/arrow-glib/Makefile index b0cbaa68bac2..9cd7c171dc06 100644 --- a/databases/arrow-glib/Makefile +++ b/databases/arrow-glib/Makefile @@ -1,5 +1,5 @@ PORTNAME= arrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases MASTER_SITES= APACHE/arrow/arrow-${PORTVERSION}/ PKGNAMESUFFIX= -glib diff --git a/databases/arrow-glib/distinfo b/databases/arrow-glib/distinfo index 539094eac169..800d184828c1 100644 --- a/databases/arrow-glib/distinfo +++ b/databases/arrow-glib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740022436 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1752479249 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 7be3816e356b..1742573965de 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,5 @@ PORTNAME= arrow -DISTVERSION= 19.0.1 -PORTREVISION= 5 +DISTVERSION= 20.0.0 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc @@ -28,7 +27,7 @@ GH_ACCOUNT= apache WRKSRC_SUBDIR= cpp -PLIST_SUB+= LIBVERSION=1900 +PLIST_SUB+= LIBVERSION=2000 CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 -DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=NONE \ -DPython3_EXECUTABLE=${PYTHON_CMD} diff --git a/databases/arrow/distinfo b/databases/arrow/distinfo index b7ee48617fd7..794a655e4900 100644 --- a/databases/arrow/distinfo +++ b/databases/arrow/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740274410 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1749498304 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 SHA256 (release-1.6.6.tar.gz) = 9a92b3eaad1d8b88a18cee41058feb34eb43d919df363e0b74a0b857724e4ba0 SIZE (release-1.6.6.tar.gz) = 13939853 diff --git a/databases/arrow/files/patch-src_arrow_testing_process.cc b/databases/arrow/files/patch-src_arrow_testing_process.cc deleted file mode 100644 index a9f3ff631317..000000000000 --- a/databases/arrow/files/patch-src_arrow_testing_process.cc +++ /dev/null @@ -1,33 +0,0 @@ -- workaorund for https://github.com/apache/arrow/issues/45803 - ---- src/arrow/testing/process.cc.orig 2025-02-11 22:18:18 UTC -+++ src/arrow/testing/process.cc -@@ -33,17 +33,24 @@ - # include <boost/asio/io_context.hpp> - - # ifdef BOOST_PROCESS_USE_V2 -+#undef BOOST_PROCESS_NEED_SOURCE - # ifdef BOOST_PROCESS_NEED_SOURCE - // Workaround for https://github.com/boostorg/process/issues/312 - # define BOOST_PROCESS_V2_SEPARATE_COMPILATION - # ifdef __APPLE__ - # include <sys/sysctl.h> - # endif --# include <boost/process/v2.hpp> --# include <boost/process/v2/src.hpp> --# else --# include <boost/process/v2.hpp> - # endif -+# include <boost/process/v2/environment.hpp> -+# include <boost/process/v2/error.hpp> -+# include <boost/process/v2/execute.hpp> -+# include <boost/process/v2/exit_code.hpp> -+# include <boost/process/v2/pid.hpp> -+# include <boost/process/v2/popen.hpp> -+# include <boost/process/v2/process.hpp> -+# include <boost/process/v2/process_handle.hpp> -+# include <boost/process/v2/start_dir.hpp> -+# include <boost/process/v2/stdio.hpp> - # include <unordered_map> - # else - // We need BOOST_USE_WINDOWS_H definition with MinGW when we use diff --git a/databases/arrow/pkg-plist b/databases/arrow/pkg-plist index 38510fc6b44c..eab967a6c8c3 100644 --- a/databases/arrow/pkg-plist +++ b/databases/arrow/pkg-plist @@ -513,7 +513,7 @@ lib/cmake/Arrow/arrow-config.cmake %%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets.cmake %%TESTINGFLIGHT%%lib/libarrow_flight_testing.so %%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%% -%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%.1.0 +%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%.0.0 %%TESTINGFLIGHT%%libdata/pkgconfig/arrow-flight-testing.pc %%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfig.cmake %%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfigVersion.cmake @@ -546,25 +546,25 @@ lib/cmake/Arrow/arrow-config.cmake %%PARQUET%%lib/cmake/Parquet/ParquetTargets.cmake lib/libarrow.so lib/libarrow.so.%%LIBVERSION%% -lib/libarrow.so.%%LIBVERSION%%.1.0 +lib/libarrow.so.%%LIBVERSION%%.0.0 %%ACERO%%lib/libarrow_acero.so %%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%% -%%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%%.1.0 +%%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%%.0.0 %%DATASET%%lib/libarrow_dataset.so %%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%% -%%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%%.1.0 +%%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%%.0.0 %%FLIGHT%%lib/libarrow_flight.so %%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%% -%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%.1.0 +%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%.0.0 %%TESTING%%lib/libarrow_testing.so %%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%% -%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%.1.0 +%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%.0.0 %%GANDIVA%%lib/libgandiva.so %%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%% -%%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%%.1.0 +%%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%%.0.0 %%PARQUET%%lib/libparquet.so %%PARQUET%%lib/libparquet.so.%%LIBVERSION%% -%%PARQUET%%lib/libparquet.so.%%LIBVERSION%%.1.0 +%%PARQUET%%lib/libparquet.so.%%LIBVERSION%%.0.0 %%ACERO%%libdata/pkgconfig/arrow-acero.pc %%COMPUTE%%libdata/pkgconfig/arrow-compute.pc %%CSV%%libdata/pkgconfig/arrow-csv.pc @@ -578,4 +578,4 @@ libdata/pkgconfig/arrow.pc %%GANDIVA%%libdata/pkgconfig/gandiva.pc %%PARQUET%%libdata/pkgconfig/parquet.pc %%DATADIR%%/gdb/gdb_arrow.py -share/gdb/auto-load/usr/local/lib/libarrow.so.%%LIBVERSION%%.1.0-gdb.py +share/gdb/auto-load/usr/local/lib/libarrow.so.%%LIBVERSION%%.0.0-gdb.py diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index 1d3f9023abf4..72f933107300 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,7 +1,6 @@ PORTNAME= diesel DISTVERSIONPREFIX= v -DISTVERSION= 2.2.11 -PORTREVISION= 1 +DISTVERSION= 2.2.12 CATEGORIES= databases PKGNAMESUFFIX= -cli @@ -38,15 +37,15 @@ CARGO_CRATES= aho-corasick-1.1.3 \ bitflags-2.9.1 \ blake2-0.10.6 \ block-buffer-0.10.4 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ byteorder-1.5.0 \ - cc-1.2.27 \ + cc-1.2.29 \ cfg-if-1.0.1 \ chrono-0.4.41 \ - clap-4.5.40 \ - clap_builder-4.5.40 \ - clap_complete-4.5.54 \ - clap_derive-4.5.40 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_complete-4.5.55 \ + clap_derive-4.5.41 \ clap_lex-0.7.5 \ cmake-0.1.54 \ colorchoice-1.0.4 \ @@ -66,7 +65,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ encode_unicode-1.0.0 \ env_logger-0.8.4 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ @@ -87,7 +86,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ insta-1.43.1 \ ipnet-2.11.0 \ ipnetwork-0.21.1 \ @@ -97,7 +96,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ lazy_static-1.5.0 \ libc-0.2.174 \ libm-0.2.15 \ - libsqlite3-sys-0.33.0 \ + libsqlite3-sys-0.35.0 \ link-cplusplus-1.0.10 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ @@ -115,7 +114,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ num-traits-0.2.19 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ - openssl-src-300.5.0+3.5.0 \ + openssl-src-300.5.1+3.5.1 \ openssl-sys-0.9.109 \ overload-0.1.1 \ parking_lot-0.12.4 \ @@ -153,7 +152,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_regex-1.1.0 \ - serde_spanned-0.6.9 \ + serde_spanned-1.0.0 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ similar-2.7.0 \ @@ -161,20 +160,20 @@ CARGO_CRATES= aho-corasick-1.1.3 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ subtle-2.6.1 \ - syn-2.0.103 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ - thiserror-1.0.69 \ - thiserror-impl-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tinystr-0.8.1 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ tracing-0.1.41 \ tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ @@ -207,16 +206,26 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.11 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.12 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yoke-0.8.0 \ diff --git a/databases/diesel/distinfo b/databases/diesel/distinfo index 82417839f948..6f18a280c6ca 100644 --- a/databases/diesel/distinfo +++ b/databases/diesel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750322935 +TIMESTAMP = 1752473534 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 @@ -31,24 +31,24 @@ SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b SIZE (rust/crates/blake2-0.10.6.crate) = 47234 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bumpalo-3.18.1.crate) = 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee -SIZE (rust/crates/bumpalo-3.18.1.crate) = 96348 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc -SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f -SIZE (rust/crates/clap-4.5.40.crate) = 57419 -SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e -SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 -SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 -SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 -SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce -SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_complete-4.5.55.crate) = a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a +SIZE (rust/crates/clap_complete-4.5.55.crate) = 48536 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 @@ -87,8 +87,8 @@ SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -129,8 +129,8 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 SIZE (rust/crates/insta-1.43.1.crate) = 101047 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 @@ -149,8 +149,8 @@ SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e984 SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libsqlite3-sys-0.33.0.crate) = 947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa -SIZE (rust/crates/libsqlite3-sys-0.33.0.crate) = 5182864 +SHA256 (rust/crates/libsqlite3-sys-0.35.0.crate) = 133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f +SIZE (rust/crates/libsqlite3-sys-0.35.0.crate) = 5200364 SHA256 (rust/crates/link-cplusplus-1.0.10.crate) = 4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212 SIZE (rust/crates/link-cplusplus-1.0.10.crate) = 8054 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 @@ -185,8 +185,8 @@ SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a71648 SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 -SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f -SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 +SHA256 (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a +SIZE (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 10505501 SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -261,8 +261,8 @@ SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -277,16 +277,16 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 -SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 -SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 -SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 -SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 @@ -297,14 +297,14 @@ SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3 SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 -SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 @@ -369,26 +369,46 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd -SIZE (rust/crates/winnow-0.7.11.crate) = 174175 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb @@ -411,5 +431,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (diesel-rs-diesel-v2.2.11_GH0.tar.gz) = d2fdb24e16b4a26775bf76833fbb410e97f68af1161a084a500bc79d8d06dc41 -SIZE (diesel-rs-diesel-v2.2.11_GH0.tar.gz) = 846722 +SHA256 (diesel-rs-diesel-v2.2.12_GH0.tar.gz) = 583f2d71a14b2bb318222474bd1f26f93e945a3e98dcf1b892c67463abe13897 +SIZE (diesel-rs-diesel-v2.2.12_GH0.tar.gz) = 849219 diff --git a/databases/py-apache-arrow/Makefile b/databases/py-apache-arrow/Makefile index 738a075f74fb..421bef5f524c 100644 --- a/databases/py-apache-arrow/Makefile +++ b/databases/py-apache-arrow/Makefile @@ -1,6 +1,5 @@ PORTNAME= apache-arrow -DISTVERSION= 19.0.1 -PORTREVISION= 1 +DISTVERSION= 20.0.0 CATEGORIES= databases python MASTER_SITES= APACHE/arrow/arrow-${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libarrow.so:databases/arrow # assumes that arrow is built with PYTHON=ON (python support is built) USES= compiler:c++11-lang pkgconfig python shebangfix -USE_PYTHON= distutils cython # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 +USE_PYTHON= distutils cython3 # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 WRKSRC_SUBDIR= python diff --git a/databases/py-apache-arrow/distinfo b/databases/py-apache-arrow/distinfo index bbe8b8a32d13..80f773f57982 100644 --- a/databases/py-apache-arrow/distinfo +++ b/databases/py-apache-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740286390 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1752479276 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 diff --git a/databases/py-apache-arrow/pkg-plist b/databases/py-apache-arrow/pkg-plist index 3d33a2a36a80..1dc53b8de1ef 100644 --- a/databases/py-apache-arrow/pkg-plist +++ b/databases/py-apache-arrow/pkg-plist @@ -1,9 +1,9 @@ -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/not-zip-safe -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/pyarrow/__init__.pxd %%PYTHON_SITELIBDIR%%/pyarrow/__init__.py %%PYTHON_SITELIBDIR%%/pyarrow/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc @@ -324,7 +324,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/csv.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/datetime.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/decimal.h -%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/deserialize.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/extension_type.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/filesystem.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/flight.h @@ -348,7 +347,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/pyarrow_lib.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/python_test.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/python_to_arrow.h -%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/serialize.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/type_traits.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/udf.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/vendored/pythoncapi_compat.h @@ -559,14 +557,14 @@ %%PYTHON_SITELIBDIR%%/pyarrow/lib.pyx %%PYTHON_SITELIBDIR%%/pyarrow/lib_api.h %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/memory.pxi %%PYTHON_SITELIBDIR%%/pyarrow/orc.py %%PYTHON_SITELIBDIR%%/pyarrow/pandas-shim.pxi @@ -598,8 +596,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/datetime.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/decimal.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/decimal.h -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/deserialize.cc -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/deserialize.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/extension_type.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/extension_type.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/filesystem.cc @@ -637,8 +633,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_test.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_to_arrow.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_to_arrow.h -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/serialize.cc -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/serialize.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/type_traits.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/udf.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/udf.h diff --git a/databases/py-pyarrow/Makefile b/databases/py-pyarrow/Makefile index dc56ae5d2c7b..b1d040aa9437 100644 --- a/databases/py-pyarrow/Makefile +++ b/databases/py-pyarrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyarrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \ LIB_DEPENDS= libarrow.so:databases/arrow USES= cmake:indirect python:3.9+ shebangfix -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 SHEBANG_FILES= cmake_modules/aws_sdk_cpp_generate_variables.sh diff --git a/databases/py-pyarrow/distinfo b/databases/py-pyarrow/distinfo index 87d5cc40d57d..b8f48e748b43 100644 --- a/databases/py-pyarrow/distinfo +++ b/databases/py-pyarrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740022442 -SHA256 (pyarrow-19.0.1.tar.gz) = 3bf266b485df66a400f282ac0b6d1b500b9d2ae73314a153dbe97d6d5cc8a99e -SIZE (pyarrow-19.0.1.tar.gz) = 1129437 +TIMESTAMP = 1752479410 +SHA256 (pyarrow-20.0.0.tar.gz) = febc4a913592573c8d5805091a6c2b5064c8bd6e002131f01061797d91c783c1 +SIZE (pyarrow-20.0.0.tar.gz) = 1125187 diff --git a/databases/rubygem-red-arrow/Makefile b/databases/rubygem-red-arrow/Makefile index fff3c2c11053..f557a168c407 100644 --- a/databases/rubygem-red-arrow/Makefile +++ b/databases/rubygem-red-arrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-arrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-arrow/distinfo b/databases/rubygem-red-arrow/distinfo index 73c90c656f73..c27b1b80878e 100644 --- a/databases/rubygem-red-arrow/distinfo +++ b/databases/rubygem-red-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070498 -SHA256 (rubygem/red-arrow-19.0.1.gem) = 350b1f0ae20e15ac0f4cab457c1eb35592a43edab3f419639d2b3731823bfab3 -SIZE (rubygem/red-arrow-19.0.1.gem) = 72192 +TIMESTAMP = 1752479766 +SHA256 (rubygem/red-arrow-20.0.0.gem) = b29f4675f00bed767a7d63af87bf49714beef09659d1784a77d389f06429dbc4 +SIZE (rubygem/red-arrow-20.0.0.gem) = 72704 diff --git a/databases/rubygem-red-gandiva/Makefile b/databases/rubygem-red-gandiva/Makefile index 8898d7364009..9f2057c0042f 100644 --- a/databases/rubygem-red-gandiva/Makefile +++ b/databases/rubygem-red-gandiva/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-gandiva -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-gandiva/distinfo b/databases/rubygem-red-gandiva/distinfo index 9855d6a4d08a..e0e09674360a 100644 --- a/databases/rubygem-red-gandiva/distinfo +++ b/databases/rubygem-red-gandiva/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070504 -SHA256 (rubygem/red-gandiva-19.0.1.gem) = 957bb95b78d01bee7e3cc47c5d055f8e0fe2d1bb33d30a3ffcd860311c6fbe60 -SIZE (rubygem/red-gandiva-19.0.1.gem) = 14336 +TIMESTAMP = 1752480891 +SHA256 (rubygem/red-gandiva-20.0.0.gem) = 3f6b29f5988641f54276dae5022f28da46c9bdb70be8384a56e203841f23f9ca +SIZE (rubygem/red-gandiva-20.0.0.gem) = 14336 diff --git a/databases/rubygem-red-parquet/Makefile b/databases/rubygem-red-parquet/Makefile index 64973c28fee7..6e4b0beec007 100644 --- a/databases/rubygem-red-parquet/Makefile +++ b/databases/rubygem-red-parquet/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-parquet -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-parquet/distinfo b/databases/rubygem-red-parquet/distinfo index c436da5bdca2..6de61818e21e 100644 --- a/databases/rubygem-red-parquet/distinfo +++ b/databases/rubygem-red-parquet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070506 -SHA256 (rubygem/red-parquet-19.0.1.gem) = 427376b886223dcede24bcb407cec3541ac572cfd086df51fe67a7c49b2d2903 -SIZE (rubygem/red-parquet-19.0.1.gem) = 13824 +TIMESTAMP = 1752480873 +SHA256 (rubygem/red-parquet-20.0.0.gem) = 562a136a8487b77b571d845fcad313657be4d2bf95594de611a23579d219da0c +SIZE (rubygem/red-parquet-20.0.0.gem) = 13824 diff --git a/devel/py-easyprocess/Makefile b/devel/py-easyprocess/Makefile index 0aacc109c76f..fe64bb9bc3f8 100644 --- a/devel/py-easyprocess/Makefile +++ b/devel/py-easyprocess/Makefile @@ -1,6 +1,6 @@ PORTNAME= easyprocess PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} NO_ARCH= YES diff --git a/devel/pycharm/Makefile b/devel/pycharm/Makefile index fb4090f343e6..1007e3124546 100644 --- a/devel/pycharm/Makefile +++ b/devel/pycharm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycharm -DISTVERSION= 2025.1.2 +DISTVERSION= 2025.1.3.1 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ DIST_SUBDIR= jetbrains @@ -31,7 +31,7 @@ SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ ONLY_FOR_ARCH= amd64 CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} diff --git a/devel/pycharm/distinfo b/devel/pycharm/distinfo index 8bde72aa1984..d091be984a61 100644 --- a/devel/pycharm/distinfo +++ b/devel/pycharm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749936209 -SHA256 (jetbrains/pycharm-2025.1.2.tar.gz) = 4a407779c5df9728e29698eeabdb4533911e755ead224d0c1deff959876c3108 -SIZE (jetbrains/pycharm-2025.1.2.tar.gz) = 1181368408 +TIMESTAMP = 1752489014 +SHA256 (jetbrains/pycharm-2025.1.3.1.tar.gz) = c8f5b42843ef21673dd94f0d565cda2d09dae595736e39cf510de9a0a8a07239 +SIZE (jetbrains/pycharm-2025.1.3.1.tar.gz) = 1185371744 diff --git a/devel/pycharm/pkg-plist b/devel/pycharm/pkg-plist index 4c91df0f6121..059f239b7292 100644 --- a/devel/pycharm/pkg-plist +++ b/devel/pycharm/pkg-plist @@ -27,14 +27,16 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/async-profiler/aarch64/dbghelp.dll %%DATADIR%%/lib/async-profiler/aarch64/jniSymbolsResolver.dll %%DATADIR%%/lib/async-profiler/aarch64/libasyncProfiler.dll +%%DATADIR%%/lib/async-profiler/aarch64/libasyncProfiler.so %%DATADIR%%/lib/async-profiler/aarch64/symsrv.dll %%DATADIR%%/lib/async-profiler/amd64/dbghelp.dll %%DATADIR%%/lib/async-profiler/amd64/jniSymbolsResolver.dll %%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.dll +%%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.so %%DATADIR%%/lib/async-profiler/amd64/symsrv.dll %%DATADIR%%/lib/async-profiler/libasyncProfiler.dylib %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PY-251.26094.141 +%%DATADIR%%/lib/build-marker-PY-251.26927.90 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar @@ -268,6 +270,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -509,9 +512,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -537,6 +542,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -589,6 +595,15 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -1221,8 +1236,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/pycharm-pro-customization/lib/modules/intellij.pycharm.pro.customizationTrial.jar %%DATADIR%%/plugins/pycharm-pro-customization/lib/pycharm-pro-customization.jar %%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/lib/pycharm-pro-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-9f8e2b94138c-36ea0e71a18c.ijx -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-9f8e2b94138c-36ea0e71a18c.txt +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-41e8cd69c857-64d779b69b7a.ijx +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-41e8cd69c857-64d779b69b7a.txt %%DATADIR%%/plugins/python-ce/helpers/.gitignore %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js @@ -1366,6 +1381,688 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/global_settings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/locale/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/sites.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_modify.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/tests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/autocomplete.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/main.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/backends.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/base_user.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/modwsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/hashers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/changepassword.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/createsuperuser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/password_validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/tokens.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/prefetch.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/sitemaps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/flatpages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/conversion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/feeds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/datasource.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/driver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/envelope.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/feature.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/field.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geometries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geomtype.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/layer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/libgdal.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/ds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/generation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/raster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/band.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/source.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/collections.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/factory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/libgeos.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/linestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/mutable_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/point.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/polygon.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/misc.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/predicates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/topology.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/measure.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/ptr.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/geojson.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/kml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/layermapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinfo.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/humanize.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/fallback.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/general.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/statistics.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/citext.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/jsonb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/search.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cached_db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/signed_cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/base_session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/management.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/managers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/requests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/finders.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/handlers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/storage.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/testing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/memcached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/redis.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/async_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/caches.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/django_4_0.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/database.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/messages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/model_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/sessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/translation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/images.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/locks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/move.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/memory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/temp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadedfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadhandler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/console.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/smtp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/message.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/color.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/compilemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/createcachetable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/diffsettings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dumpdata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/flush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/inspectdb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/loaddata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/migrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sendtestemail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/showmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlflush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlmigrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlsequencereset.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/squashmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/sql.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/paginator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/jsonl.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/python.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/pyyaml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/xml_serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/basehttp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/ddl_references.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/autodetector.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/executor.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/graph.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/migration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/optimizer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/questioner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/recorder.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/state.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/writer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/deletion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/enums.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/generated.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_descriptors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/reverse_related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/comparison.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/datetime.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/window.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/manager.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/subqueries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/where.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/dispatcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/boundfield.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/formsets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/renderers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/multipartparser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/locale.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/django.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/jinja2.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaultfilters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaulttags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/engine.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/library.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader_tags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/app_directories.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/cached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/smartif.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/l10n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/runner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/selenium.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/testcases.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/converters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/resolvers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/_os.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/archive.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/asyncio.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/autoreload.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/choices.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/crypto.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deconstruct.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deprecation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/duration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/encoding.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/feedgenerator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/formats.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/functional.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/hashable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/inspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/ipv6.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/itercompat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/jslex.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/lorem_ipsum.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/module_loading.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/numberformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/regex_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/safestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/termcolors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timesince.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/reloader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/template.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_null.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_real.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/tree.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/xmlutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/vary.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/defaults.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/detail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/edit.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/static.pyi %%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py %%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py %%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py @@ -1484,6 +2181,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py +%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py %%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py @@ -2108,6 +2806,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd @@ -2142,6 +2848,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py @@ -2170,6 +2877,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_image_loader.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_matplotlib_image.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_based_image.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_image.py @@ -2189,6 +2897,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd @@ -2556,6 +3269,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/cache/dabed8e65a/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/after/cache/3db617e58b/.failed__mod.extra @@ -2698,37 +3413,50 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/cache/72e55b8ef6/.failed__mod2 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/required_gen_version +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/binaries/mod1.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/cache/72e55b8ef6/mod2.py @@ -2736,6 +3464,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/.state.json @@ -2744,6 +3474,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/cache/72e55b8ef6/mod2.py @@ -2753,12 +3485,15 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/sdk_skeletons/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/dabed8e65a/mod1.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/mod.py @@ -2797,6 +3532,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/root/dir/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_removed/root/dir/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1.0 @@ -8509,688 +9245,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-pyscript/lib/python-pyscript.jar %%DATADIR%%/plugins/python-sharedIndexes/lib/python-sharedIndexes.jar %%DATADIR%%/plugins/python/debugger-eggs-output/pydevd-pycharm.egg -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/config.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/global_settings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/locale/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/actions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/filters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/helpers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/sites.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_modify.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/tests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/autocomplete.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/main.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/backends.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/base_user.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/handlers/modwsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/hashers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/changepassword.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/createsuperuser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/password_validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/tokens.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/prefetch.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/sitemaps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/flatpages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/conversion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/feeds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/datasource.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/driver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/envelope.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/feature.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/field.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geometries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geomtype.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/layer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/libgdal.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/ds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/generation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/raster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/band.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/source.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/resources.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/collections.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/factory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/libgeos.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/linestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/mutable_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/point.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/polygon.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/misc.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/predicates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/topology.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/measure.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/ptr.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/serializers/geojson.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/kml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/layermapping.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinfo.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/humanize.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/api.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/fallback.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/general.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/statistics.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/citext.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/jsonb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/search.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cached_db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/file.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/signed_cookies.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/base_session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/management.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/managers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/requests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/finders.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/handlers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/storage.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/testing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/memcached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/redis.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/async_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/caches.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/compatibility/django_4_0.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/database.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/messages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/model_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/sessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/translation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/images.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/locks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/move.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/handler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/memory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/temp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/uploadedfile.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/uploadhandler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/exception.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/console.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/smtp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/message.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/color.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/check.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/compilemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/createcachetable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/diffsettings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/dumpdata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/flush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/inspectdb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/loaddata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/makemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/makemigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/migrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sendtestemail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/shell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/showmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlflush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlmigrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlsequencereset.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/squashmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/sql.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/paginator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/jsonl.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/python.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/pyyaml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/xml_serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/servers/basehttp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/signing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/ddl_references.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/autodetector.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/executor.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/graph.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/migration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/special.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/optimizer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/questioner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/recorder.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/state.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/writer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/deletion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/enums.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/generated.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related_descriptors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related_lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/reverse_related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/comparison.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/datetime.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/math.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/window.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/manager.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/query_utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/subqueries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/where.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/transaction.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/dispatch/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/dispatch/dispatcher.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/boundfield.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/formsets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/renderers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/multipartparser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/request.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/locale.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/security.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/django.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/jinja2.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/context.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/defaultfilters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/defaulttags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/engine.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/library.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loader_tags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/app_directories.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/cached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/smartif.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/l10n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/tz.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/runner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/selenium.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/testcases.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/conf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/converters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/resolvers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/_os.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/archive.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/asyncio.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/autoreload.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/choices.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/connection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/crypto.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dateformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dateparse.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/deconstruct.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/deprecation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/duration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/encoding.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/feedgenerator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/formats.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/functional.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/hashable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/inspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/ipv6.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/itercompat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/jslex.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/lorem_ipsum.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/module_loading.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/numberformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/regex_helper.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/safestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/termcolors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/timesince.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/timezone.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/reloader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/template.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/trans_null.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/trans_real.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/tree.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/version.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/xmlutils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/vary.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/defaults.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/detail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/edit.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/static.pyi %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/__init__.py %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_plugin.py %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_utils.py @@ -9849,6 +9903,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1 @@ -9881,11 +9936,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libe2p.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreebl3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreeblpriv3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1 @@ -9904,14 +9962,25 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libmount.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnspr4.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnss3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssckbi.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssdbm3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssutil3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libplc4.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libplds4.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsecret-1.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libselinux.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsmime3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsoftokn3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0 diff --git a/math/gismo/Makefile b/math/gismo/Makefile index 736e9da8ac9e..72b83c6681a2 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gismo DISTVERSIONPREFIX= v -DISTVERSION= 25.01.0 +DISTVERSION= 25.07.0 CATEGORIES= math # geometry MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,6 @@ CMAKE_ARGS+= -DTARGET_ARCHITECTURE="arm1176jzf-s" CMAKE_ARGS+= -DTARGET_ARCHITECTURE="cortex-a7" .endif -# tests as of 25.01.0: 99% tests passed, 1 tests failed out of 86, see https://github.com/gismo/gismo/issues/466 +# tests as of 25.07.0: 99% tests passed, 1 tests failed out of 90, see https://github.com/gismo/gismo/issues/466 .include <bsd.port.post.mk> diff --git a/math/gismo/distinfo b/math/gismo/distinfo index acabfa6372c8..d724c4281079 100644 --- a/math/gismo/distinfo +++ b/math/gismo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736489045 -SHA256 (gismo-gismo-v25.01.0_GH0.tar.gz) = d1250b3d3a37c9d7d3f9cb63e4a36ae07b76aa47335847008be7516cc390c61e -SIZE (gismo-gismo-v25.01.0_GH0.tar.gz) = 17805040 +TIMESTAMP = 1752473570 +SHA256 (gismo-gismo-v25.07.0_GH0.tar.gz) = 6d20f0b43ed80d3bf34fcabdac10a6bed6afbb314239dcbd0495a362a87aca9a +SIZE (gismo-gismo-v25.07.0_GH0.tar.gz) = 17852458 diff --git a/math/gismo/files/patch-cmake_gsConfig.cmake b/math/gismo/files/patch-cmake_gsConfig.cmake deleted file mode 100644 index b889ae68462d..000000000000 --- a/math/gismo/files/patch-cmake_gsConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -- -no-sse2 flag is added by cmake: https://github.com/gismo/gismo/issues/570 -- this triggers the clang crash: https://bugs.llvm.org/show_bug.cgi?id=51468 - ---- cmake/gsConfig.cmake.orig 2023-12-31 16:59:24 UTC -+++ cmake/gsConfig.cmake -@@ -270,7 +270,7 @@ endif() - #string(TOUPPER ${CMAKE_BUILD_TYPE} TEMP) - #message(STATUS "Using compilation flags: ${CMAKE_CXX_FLAGS}, ${CMAKE_CXX_FLAGS_${TEMP}}") - --if("x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) -+if(FALSE AND "x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) - include( OptimizeForArchitecture ) - OptimizeForArchitecture() - foreach (flag ${ARCHITECTURE_CXX_FLAGS}) diff --git a/math/gismo/pkg-plist b/math/gismo/pkg-plist index 72e4a2ea9e24..d0ab48de3f70 100644 --- a/math/gismo/pkg-plist +++ b/math/gismo/pkg-plist @@ -10,13 +10,14 @@ bin/basis_example bin/biharmonic2_example bin/biharmonic_example bin/commandLineArg_example +bin/compositions_example bin/constrained_fitting +bin/domains_example bin/fileIo_example bin/fitting_example bin/fitting_mspline bin/geometry_example bin/gsAdaptiveMeshing_example -bin/gsExpressions_test bin/gsHBox_example bin/gsInterpolateMap bin/gsMakeMultiPatch @@ -48,6 +49,7 @@ bin/quasiInterpolation_example bin/refitting_example bin/sparseSolvers_example bin/stokes_ieti_example +bin/surfaceReparametrization_example bin/thbRefinement_example bin/thbSplineBasis_example bin/triangulatedMeshToSolid_example @@ -55,7 +57,6 @@ bin/trilinos_example include/gismo/eiquadprog.hpp include/gismo/gdcpp.h include/gismo/gismo.h -include/gismo/gsAssembler/expr/precomputed_expr.h include/gismo/gsAssembler/gsAdaptiveMeshing.h include/gismo/gsAssembler/gsAdaptiveMeshingCompare.h include/gismo/gsAssembler/gsAdaptiveMeshingUtils.h @@ -69,8 +70,6 @@ include/gismo/gsAssembler/gsCPPInterface.h include/gismo/gsAssembler/gsDirichletValues.h include/gismo/gsAssembler/gsExprAssembler.h include/gismo/gsAssembler/gsExprEvaluator.h -include/gismo/gsAssembler/gsExprHelper.h -include/gismo/gsAssembler/gsExpressions.h include/gismo/gsAssembler/gsGaussRule.h include/gismo/gsAssembler/gsGenericAssembler.h include/gismo/gsAssembler/gsHeatEquation.h @@ -101,6 +100,9 @@ include/gismo/gsCore/gsBasisRefs.h include/gismo/gsCore/gsBoundary.h include/gismo/gsCore/gsBoxTopology.h include/gismo/gsCore/gsBulk.h +include/gismo/gsCore/gsComposedBasis.h +include/gismo/gsCore/gsComposedFunction.h +include/gismo/gsCore/gsComposedGeometry.h include/gismo/gsCore/gsConfig.h include/gismo/gsCore/gsConfigExt.h include/gismo/gsCore/gsConstantBasis.h @@ -108,8 +110,6 @@ include/gismo/gsCore/gsConstantFunction.h include/gismo/gsCore/gsCurve.h include/gismo/gsCore/gsDebug.h include/gismo/gsCore/gsDofMapper.h -include/gismo/gsCore/gsDomain.h -include/gismo/gsCore/gsDomainIterator.h include/gismo/gsCore/gsExport.h include/gismo/gsCore/gsField.h include/gismo/gsCore/gsFieldCreator.h @@ -137,6 +137,23 @@ include/gismo/gsCore/gsSurface.h include/gismo/gsCore/gsSysInfo.h include/gismo/gsCore/gsTemplateTools.h include/gismo/gsCore/gsVolume.h +include/gismo/gsDomain/gsBreaksIterator.h +include/gismo/gsDomain/gsCompositeDomain.h +include/gismo/gsDomain/gsDomain.h +include/gismo/gsDomain/gsDomainIterator.h +include/gismo/gsDomain/gsHDomain.h +include/gismo/gsDomain/gsHDomainBoundaryIterator.h +include/gismo/gsDomain/gsHDomainIterator.h +include/gismo/gsDomain/gsHDomainLeafIter.h +include/gismo/gsDomain/gsHDomainSliceIter.h +include/gismo/gsDomain/gsHTree.h +include/gismo/gsDomain/gsKdNode.h +include/gismo/gsDomain/gsKnotDomainIterator.h +include/gismo/gsDomain/gsPointDomain.h +include/gismo/gsDomain/gsPointDomainIterator.h +include/gismo/gsDomain/gsTensorDomain.h +include/gismo/gsDomain/gsTensorDomainBoundaryIterator.h +include/gismo/gsDomain/gsTensorDomainIterator.h include/gismo/gsEigen/Cholesky include/gismo/gsEigen/CholmodSupport include/gismo/gsEigen/Core @@ -474,21 +491,81 @@ include/gismo/gsEigen/src/plugins/IndexedViewMethods.h include/gismo/gsEigen/src/plugins/MatrixCwiseBinaryOps.h include/gismo/gsEigen/src/plugins/MatrixCwiseUnaryOps.h include/gismo/gsEigen/src/plugins/ReshapedMethods.h +include/gismo/gsExpressions/_expr.h +include/gismo/gsExpressions/_expr_macros.h +include/gismo/gsExpressions/abs_expr.h +include/gismo/gsExpressions/add_expr.h +include/gismo/gsExpressions/adjugate_expr.h +include/gismo/gsExpressions/asdiag_expr.h +include/gismo/gsExpressions/colBlocks_expr.h +include/gismo/gsExpressions/col_expr.h +include/gismo/gsExpressions/collapse_expr.h +include/gismo/gsExpressions/colsum_expr.h +include/gismo/gsExpressions/constMat_expr.h +include/gismo/gsExpressions/cross_expr.h +include/gismo/gsExpressions/curl_expr.h +include/gismo/gsExpressions/dJacG_expr.h +include/gismo/gsExpressions/dJacdc_expr.h +include/gismo/gsExpressions/diag_expr.h +include/gismo/gsExpressions/divide_expr.h +include/gismo/gsExpressions/example_expr.h +include/gismo/gsExpressions/exp_expr.h +include/gismo/gsExpressions/fform2nd_expr.h +include/gismo/gsExpressions/flat_expr.h +include/gismo/gsExpressions/frprod_expr.h +include/gismo/gsExpressions/grad_expr.h +include/gismo/gsExpressions/gsComposition.h +include/gismo/gsExpressions/gsExprHelper.h +include/gismo/gsExpressions/gsExpressions.h +include/gismo/gsExpressions/gsFeElement.h +include/gismo/gsExpressions/gsFeSolution.h +include/gismo/gsExpressions/gsFeSpace.h +include/gismo/gsExpressions/gsFeSpaceData.h +include/gismo/gsExpressions/gsFeVariable.h +include/gismo/gsExpressions/gsGeometryMap.h +include/gismo/gsExpressions/gsNullExpr.h +include/gismo/gsExpressions/gsVector_expr.h +include/gismo/gsExpressions/hess_expr.h +include/gismo/gsExpressions/idMat_expr.h +include/gismo/gsExpressions/integral_expr.h +include/gismo/gsExpressions/jacInv_expr.h +include/gismo/gsExpressions/jac_expr.h +include/gismo/gsExpressions/lapl_expr.h +include/gismo/gsExpressions/matrix_by_space_expr.h +include/gismo/gsExpressions/matrix_by_space_tr_expr.h +include/gismo/gsExpressions/max_expr.h +include/gismo/gsExpressions/meas_expr.h +include/gismo/gsExpressions/mult_expr.h +include/gismo/gsExpressions/nabla2_expr.h +include/gismo/gsExpressions/nabla_expr.h +include/gismo/gsExpressions/normal_expr.h +include/gismo/gsExpressions/onormal_expr.h +include/gismo/gsExpressions/pow_expr.h +include/gismo/gsExpressions/ppart_expr.h +include/gismo/gsExpressions/ppartval_expr.h +include/gismo/gsExpressions/precomputed_expr.h +include/gismo/gsExpressions/replicate_expr.h +include/gismo/gsExpressions/reshape_expr.h +include/gismo/gsExpressions/rowsum_expr.h +include/gismo/gsExpressions/sign_expr.h +include/gismo/gsExpressions/sub_expr.h +include/gismo/gsExpressions/summ_expr.h +include/gismo/gsExpressions/symbol_expr.h +include/gismo/gsExpressions/symm_expr.h +include/gismo/gsExpressions/symmetrize_expr.h +include/gismo/gsExpressions/tangent_expr.h +include/gismo/gsExpressions/temp_expr.h +include/gismo/gsExpressions/trace_expr.h +include/gismo/gsExpressions/transpose_expr.h +include/gismo/gsExpressions/value_expr.h +include/gismo/gsExpressions/voigt_expr.h include/gismo/gsHSplines/gsAABB.h include/gismo/gsHSplines/gsAAPolyline.h -include/gismo/gsHSplines/gsHBSpline.h -include/gismo/gsHSplines/gsHBSplineBasis.h include/gismo/gsHSplines/gsHBox.h include/gismo/gsHSplines/gsHBoxContainer.h include/gismo/gsHSplines/gsHBoxUtils.h -include/gismo/gsHSplines/gsHDomain.h -include/gismo/gsHSplines/gsHDomainBoundaryIterator.h -include/gismo/gsHSplines/gsHDomainIterator.h -include/gismo/gsHSplines/gsHDomainLeafIter.h -include/gismo/gsHSplines/gsHDomainSliceIter.h include/gismo/gsHSplines/gsHFitting.h include/gismo/gsHSplines/gsHTensorBasis.h -include/gismo/gsHSplines/gsKdNode.h include/gismo/gsHSplines/gsRationalTHBSpline.h include/gismo/gsHSplines/gsRationalTHBSplineBasis.h include/gismo/gsHSplines/gsTHBSpline.h @@ -500,8 +577,8 @@ include/gismo/gsIO/gsCsv.h include/gismo/gsIO/gsFileData.h include/gismo/gsIO/gsFileManager.h include/gismo/gsIO/gsGoTools.h -include/gismo/gsIO/gsIOUtils.h include/gismo/gsIO/gsOptionList.h +include/gismo/gsIO/gsOptionListXml.h include/gismo/gsIO/gsParaviewCollection.h include/gismo/gsIO/gsParaviewDataSet.h include/gismo/gsIO/gsParaviewUtils.h @@ -559,6 +636,7 @@ include/gismo/gsModeling/gsSolidHalfEdge.h include/gismo/gsModeling/gsSolidHalfFace.h include/gismo/gsModeling/gsSolidHeVertex.h include/gismo/gsModeling/gsSpringPatch.h +include/gismo/gsModeling/gsSurfaceReparameterization.h include/gismo/gsModeling/gsTemplate.h include/gismo/gsModeling/gsTriMeshToSolid.h include/gismo/gsModeling/gsTrimSurface.h @@ -573,6 +651,7 @@ include/gismo/gsNurbs/gsBoehm.h include/gismo/gsNurbs/gsCurveCurveIntersection.h include/gismo/gsNurbs/gsKnotIterator.h include/gismo/gsNurbs/gsKnotVector.h +include/gismo/gsNurbs/gsMobiusMap.h include/gismo/gsNurbs/gsNurbs.h include/gismo/gsNurbs/gsNurbsBasis.h include/gismo/gsNurbs/gsNurbsCreator.h @@ -580,8 +659,6 @@ include/gismo/gsNurbs/gsTensorBSpline.h include/gismo/gsNurbs/gsTensorBSplineBasis.h include/gismo/gsNurbs/gsTensorNurbs.h include/gismo/gsNurbs/gsTensorNurbsBasis.h -include/gismo/gsOpennurbs/gsReadOpenNurbs.h -include/gismo/gsOpennurbs/gsWriteOpenNurbs.h include/gismo/gsOptimizer/gsFunctionAdaptor.h include/gismo/gsOptimizer/gsGradientDescent.h include/gismo/gsOptimizer/gsLevenbergMarquardt.h @@ -626,13 +703,10 @@ include/gismo/gsSolver/gsSumOp.h include/gismo/gsTensor/gsGenericTensorBasis.h include/gismo/gsTensor/gsGridIterator.h include/gismo/gsTensor/gsTensorBasis.h -include/gismo/gsTensor/gsTensorDomainBoundaryIterator.h -include/gismo/gsTensor/gsTensorDomainIterator.h include/gismo/gsTensor/gsTensorTools.h include/gismo/gsUtils/gsBoundedPriorityQueue.h include/gismo/gsUtils/gsCombinatorics.h include/gismo/gsUtils/gsFunctionWithDerivatives.h -include/gismo/gsUtils/gsKDTree.h include/gismo/gsUtils/gsL2Projection.h include/gismo/gsUtils/gsMesh/gsBoundingBox.h include/gismo/gsUtils/gsMesh/gsCell.h @@ -711,7 +785,7 @@ lib/gismo/ofa/cpuinfo_x86.cxx lib/libgismo.a lib/libgismo.so lib/libgismo.so.25 -lib/libgismo.so.25.1.0 +lib/libgismo.so.25.7.0 libdata/pkgconfig/gismo.pc %%DATADIR%%data/breps/2D/duck_BRep.xml %%DATADIR%%data/breps/3D/duck_BRep.xml @@ -763,6 +837,8 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/pde/poisson2d_bvp_bin.xml %%DATADIR%%data/pde/poisson2d_sin.xml %%DATADIR%%data/pde/poisson3d_sin.xml +%%DATADIR%%data/pde/surfacepoisson_sphere_bvp.xml +%%DATADIR%%data/pde/surfacepoisson_torus_bvp.xml %%DATADIR%%data/planar/hexagon_3p.xml %%DATADIR%%data/planar/hexagon_5p.xml %%DATADIR%%data/planar/lshape2d_3patches_tens.xml @@ -778,6 +854,7 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/stl/patchLisa.stl %%DATADIR%%data/stl/patchLisa_1.stl %%DATADIR%%data/surfaces/car.xml +%%DATADIR%%data/surfaces/crazySurf.xml %%DATADIR%%data/surfaces/cylinder.xml %%DATADIR%%data/surfaces/egg.xml %%DATADIR%%data/surfaces/g_plus_s_surf.xml @@ -788,6 +865,11 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/surfaces/thbs_face_3levels.xml %%DATADIR%%data/thbbasis/simple.xml %%DATADIR%%data/thbbasis/thbs_basis_02.xml +%%DATADIR%%data/unittests/gsComposedBasis.xml +%%DATADIR%%data/unittests/gsComposedFunction.xml +%%DATADIR%%data/unittests/gsComposedGeometry.xml +%%DATADIR%%data/unittests/gsConstantFunction.xml +%%DATADIR%%data/unittests/gsFunctionExpr.xml %%DATADIR%%data/unittests/matrix.xml %%DATADIR%%data/volumes/GshapedVolume.xml %%DATADIR%%data/volumes/cube.xml diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5ddb6ca33416..eed99f22294e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab DISTVERSION= 6.1.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${DISTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -14,8 +14,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD -BROKEN= Fails to build, configure: error: Could not find or use the Java package/jar saxon used by Saxon XSLT Processor (looking for package com.icl.saxon.Loader) - LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libhdf5.so:science/hdf5 \ @@ -86,7 +84,7 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils ${LOCALBASE}/bin/splint:devel/splint # Documentation building: _GUI_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/javahelp/javahelp.xsl:textproc/docbook-xsl \ - ${JAVALIBDIR}/saxon-he-12.6.jar:textproc/saxon-he \ + saxon-he>=12.8:textproc/saxon-he \ ${_JAVADIR}/xml-commons/xml-apis-ext.jar:textproc/xml-commons \ xsltproc:textproc/libxslt # Other gui deps: @@ -148,6 +146,7 @@ FFLAGS+= -fallow-argument-mismatch post-patch: @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml @${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure + @${REINPLACE_CMD} -e 's,valgrind,X_X_NONEXIST_X_X,' ${WRKSRC}/configure .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|std::filesystem|std::__fs::filesystem|g' \ ${WRKSRC}/modules/fileio/src/cpp/fullpath.cpp \ diff --git a/math/scilab/files/patch-libxml2.13 b/math/scilab/files/patch-libxml2.13 new file mode 100644 index 000000000000..d304ca60c5df --- /dev/null +++ b/math/scilab/files/patch-libxml2.13 @@ -0,0 +1,41 @@ +diff -up modules/scicos/src/cpp/XMIResource_load.cpp.orig modules/scicos/src/cpp/XMIResource_load.cpp +--- modules/scicos/src/cpp/XMIResource_load.cpp.orig 2021-07-15 13:55:14.000000000 +0200 ++++ modules/scicos/src/cpp/XMIResource_load.cpp 2025-07-14 14:43:30.773655000 +0200 +@@ -56,11 +56,11 @@ struct LibXML2State + LibXML2State() + { + xmlGenericErrorFunc f = &console_print; +- initGenericErrorDefaultFunc(&f); ++ xmlSetGenericErrorFunc(nullptr, f); + } + ~LibXML2State() + { +- initGenericErrorDefaultFunc(nullptr); ++ xmlSetGenericErrorFunc(nullptr, nullptr); + } + }; + +diff -up modules/xml/src/cpp/XMLDocument.cpp.orig modules/xml/src/cpp/XMLDocument.cpp +--- modules/xml/src/cpp/XMLDocument.cpp.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.cpp 2025-07-14 14:31:16.844487000 +0200 +@@ -520,7 +520,7 @@ void XMLDocument::errorFunction(void *ctx, const char + errorBuffer.append(str); + } + +-void XMLDocument::errorXPathFunction(void *ctx, xmlError * error) ++void XMLDocument::errorXPathFunction(void *ctx, const xmlError * error) + { + errorXPathBuffer.append(error->message); + } +diff -up modules/xml/src/cpp/XMLDocument.hxx.orig modules/xml/src/cpp/XMLDocument.hxx +--- modules/xml/src/cpp/XMLDocument.hxx.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.hxx 2025-07-14 14:31:29.264578000 +0200 +@@ -175,7 +175,7 @@ class XML_SCILAB_IMPEXP XMLDocument: public XMLObject + * Error function used when the XPath query is compiled/ + * @see http://xmlsoft.org/html/libxml-xmlerror.html#xmlStructuredErrorFunc + */ +- static void errorXPathFunction(void *ctx, xmlError * error); ++ static void errorXPathFunction(void *ctx, const xmlError * error); + + /** + * Reads and parses a document given in a file. diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index c314d14b277e..26624d563682 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 5862 +DISTVERSION= 5891 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 49c7c2cacb3d..61d48f40a276 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752140413 -SHA256 (ggerganov-llama.cpp-b5862_GH0.tar.gz) = 987e8e7a58a38e30c0966c59f65318c7e18506685f580bf70dcda2dc892aa47f -SIZE (ggerganov-llama.cpp-b5862_GH0.tar.gz) = 25043505 +TIMESTAMP = 1752483190 +SHA256 (ggerganov-llama.cpp-b5891_GH0.tar.gz) = c3475547d5036ba2afa9467e6adbc6c617f5eba7d6256a96fa8c8f2206429842 +SIZE (ggerganov-llama.cpp-b5891_GH0.tar.gz) = 25176497 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index eb0452038bf2..93e83b0e2dcf 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,7 +1,6 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 7 +DISTVERSION= 1.4.0 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org @@ -39,7 +38,7 @@ SUB_LIST+= ICINGA2USER=${ICINGA2USER} \ PREFIX=${PREFIX} post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/pkg/config/config.go + @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/internal/config/config.go post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net-mgmt/icingadb/distinfo b/net-mgmt/icingadb/distinfo index b692bebb072e..d169b14713ee 100644 --- a/net-mgmt/icingadb/distinfo +++ b/net-mgmt/icingadb/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1722340400 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 7ae965983fb00d3e058aad4e8d38d15eeac66c314cc8b6830a4b3b2983dbfe12 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 1502 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = a7ff457bad4ef78a5c65d3fc06571541bec5deee6f0fabbfd88a888e263dcc6d -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = 3379031 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = f3452f796a471e848c2e51d2820444df8907be7f972cdd139e2abcd6f66a4890 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = 3345811 +TIMESTAMP = 1752491323 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = af22816190cdd4935f3dd696a4e98f6b2246d8580460173f126c408299258d3c +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = 1625 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = eb065d6314499169207e9d47b04714cb5afa858a3fe7b4ce5a5c943295bdf930 +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = 3354764 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = e244998da7c6f817fc590ca0852451a12fee4bc8fda8d3183c4f6c4df1ab38bd +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = 3343081 diff --git a/net-mgmt/icingadb/files/patch-internal_config_config.go b/net-mgmt/icingadb/files/patch-internal_config_config.go new file mode 100644 index 000000000000..418f02d52e51 --- /dev/null +++ b/net-mgmt/icingadb/files/patch-internal_config_config.go @@ -0,0 +1,11 @@ +--- internal/config/config.go.orig 2025-07-14 11:25:55 UTC ++++ internal/config/config.go +@@ -56,7 +56,7 @@ type Flags struct { + Version bool `long:"version" description:"print version and exit"` + + // Config is the path to the config file. If not provided, it defaults to DefaultConfigPath. +- Config string `short:"c" long:"config" description:"path to config file (default: /etc/icingadb/config.yml)"` ++ Config string `short:"c" long:"config" description:"path to config file (default: %%PREFIX%%/etc/icingadb/config.yml)"` + // default must be kept in sync with DefaultConfigPath. + + // DatabaseAutoImport results in an initial schema check and update; mostly for containerized setups. diff --git a/net-mgmt/icingadb/files/patch-pkg_config_config.go b/net-mgmt/icingadb/files/patch-pkg_config_config.go deleted file mode 100644 index 1b5b0066118c..000000000000 --- a/net-mgmt/icingadb/files/patch-pkg_config_config.go +++ /dev/null @@ -1,11 +0,0 @@ ---- pkg/config/config.go.orig 2023-09-08 17:19:58 UTC -+++ pkg/config/config.go -@@ -46,7 +46,7 @@ type Flags struct { - // Version decides whether to just print the version and exit. - Version bool `long:"version" description:"print version and exit"` - // Config is the path to the config file -- Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"/etc/icingadb/config.yml"` -+ Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"%%PREFIX%%/etc/icinga2/icingadb.yml"` - } - - // FromYAMLFile returns a new Config value created from the given YAML config file. diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7f9712b57b9d..1a372e5bb819 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,10 @@ PORTNAME= gnutls -DISTVERSION= 3.8.9 +DISTVERSION= 3.8.10 CATEGORIES= security net -MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/} +MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/} \ + https://gitlab.com/gnutls/gnutls/-/raw/${DISTVERSION}/tests/:test +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ktls_utils.h:test +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tijl@FreeBSD.org COMMENT= GNU Transport Layer Security library @@ -12,10 +15,12 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LESSERv2 -LIB_DEPENDS= libgmp.so:math/gmp \ +LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ + libgmp.so:math/gmp \ libnettle.so:security/nettle \ libtasn1.so:security/libtasn1 \ - libunistring.so:devel/libunistring + libunistring.so:devel/libunistring \ + libzstd.so:archivers/zstd USES= compiler:c11 cpe gmake iconv libtool localbase makeinfo \ pkgconfig tar:xz @@ -28,11 +33,11 @@ CONFIGURE_ARGS= --disable-rpath \ --enable-openssl-compatibility \ --with-default-trust-store-dir=/etc/ssl/certs \ --with-system-priority-file=${PREFIX}/etc/gnutls/config \ - --without-brotli \ + --with-brotli \ --without-included-libtasn1 \ --without-tpm \ --without-tpm2 \ - --without-zstd + --with-zstd MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip @@ -73,6 +78,7 @@ P11KIT_CONFIGURE_WITH= p11-kit SRP_CONFIGURE_ENABLE= srp-authentication post-patch: + @${CP} -p ${DISTDIR}/ktls_utils.h ${WRKSRC}/tests/ @${RM} ${WRKSRC}/doc/*.info* @${REINPLACE_CMD} 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/doc/manpages/*.[13] diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index fe6e2e9317b8..a67d8f2ab573 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1739176636 -SHA256 (gnutls-3.8.9.tar.xz) = 69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed -SIZE (gnutls-3.8.9.tar.xz) = 6847364 +TIMESTAMP = 1752249814 +SHA256 (gnutls-3.8.10.tar.xz) = db7fab7cce791e7727ebbef2334301c821d79a550ec55c9ef096b610b03eb6b7 +SIZE (gnutls-3.8.10.tar.xz) = 6909856 +SHA256 (ktls_utils.h) = e41d33289c63573c59d2d02b4110a2f63651add28001031e6dc20327d096b734 +SIZE (ktls_utils.h) = 1983 diff --git a/security/gnutls/files/patch-lib_system_ktls.c b/security/gnutls/files/patch-lib_system_ktls.c new file mode 100644 index 000000000000..3c0dbc6a8734 --- /dev/null +++ b/security/gnutls/files/patch-lib_system_ktls.c @@ -0,0 +1,18 @@ +--- lib/system/ktls.c.orig 2025-04-11 11:51:08 UTC ++++ lib/system/ktls.c +@@ -1076,6 +1076,7 @@ int _gnutls_ktls_recv_control_msg(gnutls_session_t ses + default: + return GNUTLS_E_PULL_ERROR; + } ++#ifdef EKEYEXPIRED + } else if (unlikely(ret == -EKEYEXPIRED)) { + /* This will be received until a keyupdate is performed on the + scoket. */ +@@ -1083,6 +1084,7 @@ int _gnutls_ktls_recv_control_msg(gnutls_session_t ses + "updated keys\n"); + gnutls_assert(); + return GNUTLS_E_AGAIN; ++#endif + } + + /* connection closed */ diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 14edcf814711..45fd3c64ee3a 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -35,7 +35,7 @@ lib/libgnutls-openssl.so.27 lib/libgnutls-openssl.so.27.0.2 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.40.3 +lib/libgnutls.so.30.40.4 lib/libgnutlsxx.so lib/libgnutlsxx.so.30 lib/libgnutlsxx.so.30.0.0 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index cbc427ef34b8..3df49be5c53d 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,46 @@ + <vuln vid="c3e1df74-5e73-11f0-95e5-74563cf9e4e9"> + <topic>GnuTLS -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gnutls</name> + <range><lt>3.8.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Daiki Ueno reports:</p> + <blockquote cite="https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"> + <ul> + <li>libgnutls: Fix heap read buffer overrun in parsing X.509 SCTS timestamps + Spotted by oss-fuzz and reported by OpenAI Security Research Team, + and fix developed by Andrew Hamilton. [GNUTLS-SA-2025-07-07-1, + CVSS: medium] [CVE-2025-32989]</li> + <li>libgnutls: Fix double-free upon error when exporting otherName in SAN + Reported by OpenAI Security Research Team. [GNUTLS-SA-2025-07-07-2, + CVSS: low] [CVE-2025-32988]</li> + <li>certtool: Fix 1-byte write buffer overrun when parsing template + Reported by David Aitel. [GNUTLS-SA-2025-07-07-3, + CVSS: low] [CVE-2025-32990]</li> + <li>libgnutls: Fix NULL pointer dereference when 2nd Client Hello omits PSK + Reported by Stefan Bühler. [GNUTLS-SA-2025-07-07-4, CVSS: medium] + [CVE-2025-6395]</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-32989</cvename> + <cvename>CVE-2025-32988</cvename> + <cvename>CVE-2025-32990</cvename> + <cvename>CVE-2025-6395</cvename> + <url>https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html</url> + </references> + <dates> + <discovery>2025-07-09</discovery> + <entry>2025-07-14</entry> + </dates> + </vuln> + <vuln vid="b0a3466f-5efc-11f0-ae84-99047d0a6bcc"> <topic>libxslt -- unmaintained, with multiple unfixed vulnerabilities</topic> <affects> diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile index b6af1f502bd0..1734493f67ff 100644 --- a/security/wazuh-manager/Makefile +++ b/security/wazuh-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v DISTVERSION= 4.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://packages.wazuh.com/deps/40/libraries/sources/:wazuh_sources \ LOCAL/acm/${PORTNAME}/:wazuh_cache diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile index 2f1dd1a8412c..e20ef2b5b1c9 100644 --- a/sysutils/nsysctl/Makefile +++ b/sysutils/nsysctl/Makefile @@ -1,6 +1,5 @@ PORTNAME= nsysctl -DISTVERSION= 2.1.2 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -13,12 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 USE_GITLAB= yes - GL_ACCOUNT= alfix -GL_TAGNAME= 5d92b5a19300c56a95db0012c659f64f36fb1bce -PLIST_FILES= share/man/man8/${PORTNAME}.8.gz \ - sbin/${PORTNAME} +PLIST_FILES= sbin/${PORTNAME} \ + share/man/man8/${PORTNAME}.8.gz PORTDOCS= CHANGELOG PORTEXAMPLES= file.conf diff --git a/sysutils/nsysctl/distinfo b/sysutils/nsysctl/distinfo index c5b0fadbc400..12b1587d7c17 100644 --- a/sysutils/nsysctl/distinfo +++ b/sysutils/nsysctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671358723 -SHA256 (alfix-nsysctl-5d92b5a19300c56a95db0012c659f64f36fb1bce_GL0.tar.gz) = cfc33b0f499b6399f99a8e6dcddb65cadc9120f39e25ece1c73b47f706d88b45 -SIZE (alfix-nsysctl-5d92b5a19300c56a95db0012c659f64f36fb1bce_GL0.tar.gz) = 19065 +TIMESTAMP = 1751129366 +SHA256 (nsysctl-2.2.tar.bz2) = 07dd03c6278f5c0cf66d482d729e86595db4fee45ce6ec61d25d327b99c704c9 +SIZE (nsysctl-2.2.tar.bz2) = 19727 diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile index 3db35cd1b265..1f89a0952ad0 100644 --- a/textproc/apache-xmlbeans/Makefile +++ b/textproc/apache-xmlbeans/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlbeans DISTVERSION= 5.3.0 # Do not upgrade without checking compatibility with math/R-cran-XLConnect +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= https://archive.apache.org/dist/poi/xmlbeans/release/bin/ PKGNAMEPREFIX= apache- @@ -32,7 +33,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES SAXON OPTIONS_DEFAULT= SAXON SAXON_DESC= Saxon XQuery processor for full XQuery and XPath support -SAXON_RUN_DEPENDS= saxon-he=12.6:textproc/saxon-he +SAXON_RUN_DEPENDS= saxon-he>=12:textproc/saxon-he pre-configure: ${REINPLACE_CMD} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \ diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index a1e8773de518..b2ef13b8f515 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -1,7 +1,8 @@ PORTNAME= saxon-he -DISTVERSION= 12-6 +DISTVERSION= 12-8 +PORTREVISION= 1 CATEGORIES= textproc java -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/SaxonHE${DISTVERSION}/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/SaxonHE-${DISTVERSION}/ DISTNAME= SaxonHE${DISTVERSION}J MAINTAINER= thierry@FreeBSD.org @@ -21,18 +22,33 @@ NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes +_XMLRESOLVER_VER=5.3.3 JARFILES= ${JARFILES1} ${JARFILES2} JARFILES1= saxon-he-${PORTVERSION}.jar \ saxon-he-test-${PORTVERSION}.jar \ saxon-he-xqj-${PORTVERSION}.jar JARFILES2= jline-2.14.6.jar \ - xmlresolver-5.3.1.jar \ - xmlresolver-5.3.1-data.jar -PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} + xmlresolver-${_XMLRESOLVER_VER}.jar \ + xmlresolver-${_XMLRESOLVER_VER}-data.jar +PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} ${SCRIPTFILES} + +SUB_FILES= saxon.sh +SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,:ts:}" +SCRIPTFILES= bin/saxon bin/saxon-xquery do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${JARFILES1:S,^,${WRKSRC}/,} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${JARFILES2:S,^,${WRKSRC}/lib/,} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/saxon.sh ${STAGEDIR}${PREFIX}/bin/saxon + ${RLN} ${STAGEDIR}${PREFIX}/bin/saxon ${STAGEDIR}${PREFIX}/bin/saxon-xquery + +post-stage: +# smoke test so we're sure we can load all required classes +# (12.0 and 12.6 didn't work with OpenJDK 8) + ${STAGEDIR}${PREFIX}/bin/saxon-xquery -? 2>&1 | ${HEAD} -n1 + ${STAGEDIR}${PREFIX}/bin/saxon -? 2>&1 | ${HEAD} -n1 + ${JAVA} -cp '${STAGEDIR}${JAVAJARDIR}/*' net.sf.saxon.Transform -? 2>&1 \ + | ${HEAD} -n1 .include <bsd.port.mk> diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo index 038367d9de9b..88406974656b 100644 --- a/textproc/saxon-he/distinfo +++ b/textproc/saxon-he/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746715463 -SHA256 (SaxonHE12-6J.zip) = cbb6657da061c155476ad9e43a3564a4cc928d4951ebeed2eafe5a0aa74e2aee -SIZE (SaxonHE12-6J.zip) = 7248220 +TIMESTAMP = 1752488672 +SHA256 (SaxonHE12-8J.zip) = 2ba851aec7925b882208182c48c936230205d558e335636bbe46626bd8003598 +SIZE (SaxonHE12-8J.zip) = 7208886 diff --git a/textproc/saxon-he/files/saxon.sh.in b/textproc/saxon-he/files/saxon.sh.in new file mode 100644 index 000000000000..8371776b80f2 --- /dev/null +++ b/textproc/saxon-he/files/saxon.sh.in @@ -0,0 +1,12 @@ +#!/bin/sh + +IAM="`basename "$0"`" + +if [ saxon-xquery = "${IAM}" ] +then + LAUNCHER_CLASS="net.sf.saxon.Query" +else + LAUNCHER_CLASS="net.sf.saxon.Transform" +fi + +exec "%%LOCALBASE%%/bin/java" -classpath "%%SAXON_JARS%%" "${LAUNCHER_CLASS}" "$@" diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile index e82157d7c7a2..6485e7aa979c 100644 --- a/www/jmeter/Makefile +++ b/www/jmeter/Makefile @@ -1,5 +1,6 @@ PORTNAME= apache-jmeter DISTVERSION= 5.6.3 +PORTREVISION= 1 CATEGORIES= www benchmarks java MASTER_SITES= https://archive.apache.org/dist/jmeter/binaries/ @@ -58,7 +59,7 @@ RUN_DEPENDS= \ ${JAVALIBDIR}/log4j-slf4j-impl.jar:devel/apache-log4j2 \ ${JAVALIBDIR}/mail.jar:java/javamail \ ${_JAVADIR}/rhino/rhino.jar:lang/rhino \ - ${JAVALIBDIR}/saxon-he-12.6.jar:textproc/saxon-he \ + saxon-he>=12:textproc/saxon-he \ ${JAVALIBDIR}/serializer.jar:textproc/xalan-j \ ${_JAVADIR}/slf4j/slf4j-api.jar:devel/slf4j \ ${JAVALIBDIR}/xalan.jar:textproc/xalan-j \ diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile index b85a083cd1d0..1ce95e8c1d70 100644 --- a/x11/py-pyvirtualdisplay/Makefile +++ b/x11/py-pyvirtualdisplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyvirtualdisplay PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ WWW= https://github.com/ponty/pyvirtualdisplay LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscreenshot>0:x11/py-pyscreenshot@${PY_FLAVOR} \ |