[med-svn] [Git][med-team/xpore][master] 2 commits: New upstream version 2.1

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Fri Dec 29 07:53:00 GMT 2023



Nilesh Patra pushed to branch master at Debian Med / xpore


Commits:
dcc6c683 by Nilesh Patra at 2023-12-29T13:20:46+05:30
New upstream version 2.1
- - - - -
dcb319be by Nilesh Patra at 2023-12-29T13:22:07+05:30
Update upstream source from tag 'upstream/2.1'

Update to upstream version '2.1'
with Debian dir 2aa68be7557fc1f176a6d69af9d42057386002ad
- - - - -


2 changed files:

- + .gitattributes
- + .gitignore


Changes:

=====================================
.gitattributes
=====================================
@@ -0,0 +1,2 @@
+db/** filter=lfs diff=lfs merge=lfs -text
+tests/** filter=lfs diff=lfs merge=lfs -text


=====================================
.gitignore
=====================================
@@ -0,0 +1,136 @@
+# Large files
+#tests/
+#db/
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+pip-wheel-metadata/
+share/python-wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+MANIFEST
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.nox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*.cover
+*.py,cover
+.hypothesis/
+.pytest_cache/
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+local_settings.py
+db.sqlite3
+db.sqlite3-journal
+
+# Flask stuff:
+instance/
+.webassets-cache
+
+# Scrapy stuff:
+.scrapy
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+# Jupyter Notebook
+.ipynb_checkpoints
+
+# IPython
+profile_default/
+ipython_config.py
+
+# pyenv
+.python-version
+
+# pipenv
+#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
+#   However, in case of collaboration, if having platform-specific dependencies or dependencies
+#   having no cross-platform support, pipenv may install dependencies that don't work, or not
+#   install all needed dependencies.
+#Pipfile.lock
+
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow
+__pypackages__/
+
+# Celery stuff
+celerybeat-schedule
+celerybeat.pid
+
+# SageMath parsed files
+*.sage.py
+
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+
+# Spyder project settings
+.spyderproject
+.spyproject
+
+# Rope project settings
+.ropeproject
+
+# mkdocs documentation
+/site
+
+# mypy
+.mypy_cache/
+.dmypy.json
+dmypy.json
+
+# Pyre type checker
+.pyre/
+
+# DS store
+.DS_Store



View it on GitLab: https://salsa.debian.org/med-team/xpore/-/compare/817aae649690b94ff581134d9b401c0f8794c71e...dcb319beede899a6ca30a6e15486fe230ad5083a

-- 
View it on GitLab: https://salsa.debian.org/med-team/xpore/-/compare/817aae649690b94ff581134d9b401c0f8794c71e...dcb319beede899a6ca30a6e15486fe230ad5083a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231229/3b44e7d9/attachment-0001.htm>


More information about the debian-med-commit mailing list