batchfetch 1.2.4__tar.gz → 1.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: batchfetch
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Efficiently clone and pull multiple Git repositories.
5
5
  Home-page: https://github.com/jamescherti/batchfetch
6
6
  Author: James Cherti
@@ -149,8 +149,8 @@ class BatchFetchGit(TaskBatchFetch):
149
149
  if git_fetch_done:
150
150
  git_merge_done = self._git_merge()
151
151
 
152
- if (git_fetch_done and git_merge_done) or git_branch_changed:
153
- self._repo_update_submodules()
152
+ # if (git_fetch_done and git_merge_done) or git_branch_changed:
153
+ # self._repo_update_submodules()
154
154
 
155
155
  if self.get_changed():
156
156
  self._run_post_exec(cwd=self.git_local_dir)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: batchfetch
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Efficiently clone and pull multiple Git repositories.
5
5
  Home-page: https://github.com/jamescherti/batchfetch
6
6
  Author: James Cherti
@@ -22,7 +22,7 @@ from setuptools import find_packages, setup
22
22
 
23
23
  setup(
24
24
  name="batchfetch",
25
- version="1.2.4",
25
+ version="1.2.5",
26
26
  packages=find_packages(),
27
27
  description="Efficiently clone and pull multiple Git repositories.",
28
28
  license="GPLv3",
File without changes
File without changes
File without changes